You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/en_US.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -731,6 +731,8 @@ const strings = {
731
731
string_save: 'Save',
732
732
string_share: 'Share',
733
733
string_to_capitalize: 'To',
734
+
string_send_amount: 'Send Amount',
735
+
string_receive_amount: 'Receive Amount',
734
736
string_show_balance: 'Show Balance',
735
737
string_amount: 'Amount',
736
738
string_tap_next_for_quote: 'Tap "Next" for Quote',
@@ -1114,6 +1116,7 @@ const strings = {
1114
1116
'This swap will create an order to exchange funds at the quoted rate but might only fulfill a portion of your order.\n\nFunds that fail to swap will remain in your source wallet or be returned.',
Copy file name to clipboardExpand all lines: src/locales/strings/enUS.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -565,6 +565,8 @@
565
565
"string_save": "Save",
566
566
"string_share": "Share",
567
567
"string_to_capitalize": "To",
568
+
"string_send_amount": "Send Amount",
569
+
"string_receive_amount": "Receive Amount",
568
570
"string_show_balance": "Show Balance",
569
571
"string_amount": "Amount",
570
572
"string_tap_next_for_quote": "Tap \"Next\" for Quote",
@@ -882,6 +884,7 @@
882
884
"can_be_partial_quote_body": "This swap will create an order to exchange funds at the quoted rate but might only fulfill a portion of your order.\n\nFunds that fail to swap will remain in your source wallet or be returned.",
"estimated_exchange_rate_body": "No exchange providers are able to provide a fixed quote for the exchange requested. This exchange may result in less funds received than quoted.",
887
890
"estimated_exchange_message": "The amount above is an estimate. This exchange may result in less funds received than quoted.",
0 commit comments