renamed deposit to receive on main wallet screen

Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
Goran Jovic 2019-02-14 14:22:24 +01:00
parent e55f8c95e2
commit f7779023ca
No known key found for this signature in database
GPG Key ID: D429D1A9B2EB8A8E
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
:accessibility-label :send-transaction-button
:icon :main-icons/send
:action #(re-frame/dispatch [:navigate-to :wallet-send-transaction])}
{:label (i18n/label :t/wallet-deposit)
{:label (i18n/label :t/receive)
:accessibility-label :receive-transaction-button
:icon :main-icons/receive
:action #(re-frame/dispatch [:navigate-to :wallet-request-transaction])}