fix :command-sending label
This commit is contained in:
parent
9d042bad7f
commit
9791c183a8
|
@ -86,10 +86,8 @@
|
||||||
[label-key {:keys [content]}]
|
[label-key {:keys [content]}]
|
||||||
(let [{:keys [amount asset]} (:params content)]
|
(let [{:keys [amount asset]} (:params content)]
|
||||||
[chat-preview/text {}
|
[chat-preview/text {}
|
||||||
(str (i18n/label label-key)
|
(i18n/label label-key {:amount (i18n/label-number amount)
|
||||||
(i18n/label-number amount)
|
:asset asset})]))
|
||||||
" "
|
|
||||||
asset)]))
|
|
||||||
|
|
||||||
(def personal-send-request-params
|
(def personal-send-request-params
|
||||||
[{:id :asset
|
[{:id :asset
|
||||||
|
|
|
@ -602,7 +602,7 @@
|
||||||
"decryption-failed-title": "We were not able to decrypt your data",
|
"decryption-failed-title": "We were not able to decrypt your data",
|
||||||
"word-n": "Word #{{number}}",
|
"word-n": "Word #{{number}}",
|
||||||
"deny": "Deny",
|
"deny": "Deny",
|
||||||
"command-sending": "Send transaction ",
|
"command-sending": "Send transaction {{amount}} {{asset}}",
|
||||||
"currency-display-name-hrk": "Croatia Kuna",
|
"currency-display-name-hrk": "Croatia Kuna",
|
||||||
"currency-display-name-gbp": "British Pound",
|
"currency-display-name-gbp": "British Pound",
|
||||||
"currency-display-name-etb": "Ethiopian Birr",
|
"currency-display-name-etb": "Ethiopian Birr",
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
"command-button-send": "Wyślij",
|
"command-button-send": "Wyślij",
|
||||||
"command-button-sent": "Wysłano",
|
"command-button-sent": "Wysłano",
|
||||||
"command-requesting": "Prośba",
|
"command-requesting": "Prośba",
|
||||||
"command-sending": "Wyślij transakcję",
|
"command-sending": "Wyślij transakcję {{amount}} {{asset}}",
|
||||||
"confirm": "Potwierdź",
|
"confirm": "Potwierdź",
|
||||||
"confirmation-code": [
|
"confirmation-code": [
|
||||||
"str",
|
"str",
|
||||||
|
|
Loading…
Reference in New Issue