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:
Omar Basem 2024-05-22 09:34:55 +04:00 committed by GitHub
parent e1210e90c0
commit ff82d9c39e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,7 @@
[rn/view {:style style/bridge-send-wrapper}
[input-amount/view
{: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}
:on-navigate-back (fn []
(rf/dispatch [:wallet/clean-disabled-from-networks])

View File

@ -9,7 +9,7 @@
[]
[input-amount/view
{: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 []
(rf/dispatch [:wallet/clean-disabled-from-networks])
(rf/dispatch [:wallet/clean-send-amount])

View File

@ -2397,7 +2397,6 @@
"no-activity": "No activity",
"empty-tab-description": "C'mon do something...",
"buy": "Buy",
"confirm-bridge": "Confirm bridge",
"bridge": "Bridge",
"bridge-to": "Bridge {{name}} to",
"on-device": "On device",
@ -2638,5 +2637,7 @@
"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.",
"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"
}