diff --git a/src/status_im/contexts/wallet/bridge/input_amount/view.cljs b/src/status_im/contexts/wallet/bridge/input_amount/view.cljs index 26f0e1c8ad..17f34fbbd6 100644 --- a/src/status_im/contexts/wallet/bridge/input_amount/view.cljs +++ b/src/status_im/contexts/wallet/bridge/input_amount/view.cljs @@ -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]) diff --git a/src/status_im/contexts/wallet/send/send_amount/view.cljs b/src/status_im/contexts/wallet/send/send_amount/view.cljs index e226a432ae..3eaee75bc9 100644 --- a/src/status_im/contexts/wallet/send/send_amount/view.cljs +++ b/src/status_im/contexts/wallet/send/send_amount/view.cljs @@ -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]) diff --git a/translations/en.json b/translations/en.json index 1b627a432f..2fb3a88d9f 100644 --- a/translations/en.json +++ b/translations/en.json @@ -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" }