mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-10 07:36:46 +00:00
fix: update confirm button copy on input amount screen(#20122)
* fix: update confirm button copy on input amount screen(#20122)
This commit is contained in:
parent
e1210e90c0
commit
ff82d9c39e
@ -11,7 +11,7 @@
|
|||||||
[rn/view {:style style/bridge-send-wrapper}
|
[rn/view {:style style/bridge-send-wrapper}
|
||||||
[input-amount/view
|
[input-amount/view
|
||||||
{:current-screen-id :screen/wallet.bridge-input-amount
|
{:current-screen-id :screen/wallet.bridge-input-amount
|
||||||
:button-one-label (i18n/label :t/confirm-bridge)
|
:button-one-label (i18n/label :t/review-bridge)
|
||||||
:button-one-props {:icon-left :i/bridge}
|
:button-one-props {:icon-left :i/bridge}
|
||||||
:on-navigate-back (fn []
|
:on-navigate-back (fn []
|
||||||
(rf/dispatch [:wallet/clean-disabled-from-networks])
|
(rf/dispatch [:wallet/clean-disabled-from-networks])
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
[]
|
[]
|
||||||
[input-amount/view
|
[input-amount/view
|
||||||
{:current-screen-id :screen/wallet.send-input-amount
|
{:current-screen-id :screen/wallet.send-input-amount
|
||||||
:button-one-label (i18n/label :t/confirm)
|
:button-one-label (i18n/label :t/review-send)
|
||||||
:on-navigate-back (fn []
|
:on-navigate-back (fn []
|
||||||
(rf/dispatch [:wallet/clean-disabled-from-networks])
|
(rf/dispatch [:wallet/clean-disabled-from-networks])
|
||||||
(rf/dispatch [:wallet/clean-send-amount])
|
(rf/dispatch [:wallet/clean-send-amount])
|
||||||
|
@ -2397,7 +2397,6 @@
|
|||||||
"no-activity": "No activity",
|
"no-activity": "No activity",
|
||||||
"empty-tab-description": "C'mon do something...",
|
"empty-tab-description": "C'mon do something...",
|
||||||
"buy": "Buy",
|
"buy": "Buy",
|
||||||
"confirm-bridge": "Confirm bridge",
|
|
||||||
"bridge": "Bridge",
|
"bridge": "Bridge",
|
||||||
"bridge-to": "Bridge {{name}} to",
|
"bridge-to": "Bridge {{name}} to",
|
||||||
"on-device": "On device",
|
"on-device": "On device",
|
||||||
@ -2638,5 +2637,7 @@
|
|||||||
"token-not-available-on-networks": "{{token-symbol}} is not available on {{networks}}.",
|
"token-not-available-on-networks": "{{token-symbol}} is not available on {{networks}}.",
|
||||||
"sending-to-networks-the-receiver-does-not-prefer": "Sending to networks the receiver does not prefer may result in recipient having difficulty accessing the sent tokens.",
|
"sending-to-networks-the-receiver-does-not-prefer": "Sending to networks the receiver does not prefer may result in recipient having difficulty accessing the sent tokens.",
|
||||||
"proceed-anyway": "Proceed anyway",
|
"proceed-anyway": "Proceed anyway",
|
||||||
"sending-to-unpreferred-networks": "Sending to unpreferred networks"
|
"sending-to-unpreferred-networks": "Sending to unpreferred networks",
|
||||||
|
"review-send": "Review send",
|
||||||
|
"review-bridge": "Review bridge"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user