fix :command-sending label
This commit is contained in:
parent
9d042bad7f
commit
9791c183a8
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue