This commit is contained in:
Roman Volosovskyi 2016-11-18 11:39:14 +02:00
parent 5c1c0f78eb
commit 3401cffaed
2 changed files with 4 additions and 1 deletions

View File

@ -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]

View File

@ -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"