fix :command-sending label

This commit is contained in:
Roman Volosovskyi 2018-09-24 18:35:21 +03:00 committed by yenda
parent 9d042bad7f
commit 9791c183a8
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
3 changed files with 5 additions and 7 deletions

View File

@ -86,10 +86,8 @@
[label-key {:keys [content]}]
(let [{:keys [amount asset]} (:params content)]
[chat-preview/text {}
(str (i18n/label label-key)
(i18n/label-number amount)
" "
asset)]))
(i18n/label label-key {:amount (i18n/label-number amount)
:asset asset})]))
(def personal-send-request-params
[{:id :asset

View File

@ -602,7 +602,7 @@
"decryption-failed-title": "We were not able to decrypt your data",
"word-n": "Word #{{number}}",
"deny": "Deny",
"command-sending": "Send transaction ",
"command-sending": "Send transaction {{amount}} {{asset}}",
"currency-display-name-hrk": "Croatia Kuna",
"currency-display-name-gbp": "British Pound",
"currency-display-name-etb": "Ethiopian Birr",

View File

@ -71,7 +71,7 @@
"command-button-send": "Wyślij",
"command-button-sent": "Wysłano",
"command-requesting": "Prośba",
"command-sending": "Wyślij transakcję",
"command-sending": "Wyślij transakcję {{amount}} {{asset}}",
"confirm": "Potwierdź",
"confirmation-code": [
"str",
@ -680,4 +680,4 @@
"your-recovery-phrase": "Twoja fraza odzyskiwania",
"your-recovery-phrase-description": "To jest Twoja fraza odzyskiwania. Używasz jej, aby udowodnić, że to Twój portfel. Możesz ją zobaczyć tylko raz! Zapisz ją na papierze i przechowuj w bezpiecznym miejscu. Będzie ona potrzebna, jeśli stracisz lub ponownie zainstalujesz Twój portfel.",
"your-wallets": "Twoje portfele"
}
}