renamed deposit to receive on main wallet screen
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
parent
e55f8c95e2
commit
f7779023ca
|
@ -67,7 +67,7 @@
|
||||||
:accessibility-label :send-transaction-button
|
:accessibility-label :send-transaction-button
|
||||||
:icon :main-icons/send
|
:icon :main-icons/send
|
||||||
:action #(re-frame/dispatch [:navigate-to :wallet-send-transaction])}
|
: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
|
:accessibility-label :receive-transaction-button
|
||||||
:icon :main-icons/receive
|
:icon :main-icons/receive
|
||||||
:action #(re-frame/dispatch [:navigate-to :wallet-request-transaction])}
|
:action #(re-frame/dispatch [:navigate-to :wallet-request-transaction])}
|
||||||
|
|
Loading…
Reference in New Issue