Skip to content

Commit

Permalink
Fix a typo when adding custom tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Sep 4, 2023
1 parent cf5fc6f commit b5cc6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locales/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const strings = {
'The entered contract address differs from the contract address of built-in token %1$s. Please proceed with caution and verify the contract is legitimate as use of this token can result in loss of funds. If you have questions about this feature or contract please contact %2$s.',
warning_token_contract_override_3s:
'The entered token %1$s exists as a built-in token %2$s with the same contract address. Please proceed with caution and verify the contract is legitimate as use of this token can result in loss of funds. If you have questions about this feature please contact %3$s.',
warning_token_exists_1s: 'The entered token is already exists as a built-in token %1$s',
warning_token_exists_1s: 'The entered token already exists as a built-in token %1$s',

// Alert component:
alert_dropdown_alert: 'Alert! ',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/strings/enUS.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"warning_scam_footer_s": "If you have any questions or concerns regarding this send, please contact %s",
"warning_token_code_override_2s": "The entered contract address differs from the contract address of built-in token %1$s. Please proceed with caution and verify the contract is legitimate as use of this token can result in loss of funds. If you have questions about this feature or contract please contact %2$s.",
"warning_token_contract_override_3s": "The entered token %1$s exists as a built-in token %2$s with the same contract address. Please proceed with caution and verify the contract is legitimate as use of this token can result in loss of funds. If you have questions about this feature please contact %3$s.",
"warning_token_exists_1s": "The entered token is already exists as a built-in token %1$s",
"warning_token_exists_1s": "The entered token already exists as a built-in token %1$s",
"alert_dropdown_alert": "Alert! ",
"alert_dropdown_warning": "Warning! ",
"azteco_success": "You've redeemed an Azteco bitcoin card. Funds should arrive shortly.",
Expand Down

0 comments on commit b5cc6ec

Please sign in to comment.