From b5cc6ecae7c5500c5518b04c0db4d9e301ecf1c6 Mon Sep 17 00:00:00 2001 From: William Swanson Date: Mon, 4 Sep 2023 16:15:27 -0700 Subject: [PATCH] Fix a typo when adding custom tokens --- src/locales/en_US.ts | 2 +- src/locales/strings/enUS.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/en_US.ts b/src/locales/en_US.ts index 6316e4761d2..4bcb8e3da35 100644 --- a/src/locales/en_US.ts +++ b/src/locales/en_US.ts @@ -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! ', diff --git a/src/locales/strings/enUS.json b/src/locales/strings/enUS.json index 14cac6bff41..7e9165a1493 100644 --- a/src/locales/strings/enUS.json +++ b/src/locales/strings/enUS.json @@ -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.",