This commit is contained in:
parent
5c1c0f78eb
commit
3401cffaed
|
@ -53,7 +53,9 @@
|
|||
[view st/info-container
|
||||
[text {:style st/name-text
|
||||
:number-of-lines 1}
|
||||
(label :t/scan-qr)]]]]])
|
||||
(label (if (= :request action)
|
||||
:t/show-qr
|
||||
:t/scan-qr))]]]]])
|
||||
|
||||
(defview contact-list-toolbar []
|
||||
[group [:get :contacts-group]
|
||||
|
|
|
@ -177,6 +177,7 @@
|
|||
:add-new-contact "Add new contact"
|
||||
:import-qr "Import"
|
||||
:scan-qr "Scan QR"
|
||||
:swow-qr "Show QR"
|
||||
:name "Name"
|
||||
:whisper-identity "Whisper Identity"
|
||||
:address-explication "Maybe here should be some text explaining what an address is and where to look for it"
|
||||
|
|
Loading…
Reference in New Issue