From 824f7ae3c630997a6eed45fc1c864c5b51791353 Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Thu, 23 Apr 2020 14:59:22 +0200 Subject: [PATCH] [fix] Add missing EN i18n --- www/i18n/locale-en-GB.json | 3 ++- www/i18n/locale-en.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/www/i18n/locale-en-GB.json b/www/i18n/locale-en-GB.json index 8e89d0ea4..38990fa0f 100644 --- a/www/i18n/locale-en-GB.json +++ b/www/i18n/locale-en-GB.json @@ -771,6 +771,7 @@ "CHECK_NETWORK_CONNECTION": "No peer appears to be accessible.<br/><br/>Please <b>check your Internet connection</b>.", "ISSUE_524_TX_FAILED": "Failed to transfer.<br/><br/>A message has been sent to developers to help solve the problem.<b>Thank you for your help</b>.", "ADD_SECONDARY_WALLET_FAILED": "Unable to add secondary wallet.", + "REMOVE_SECONDARY_WALLET_FAILED": "Unable to remove secondary wallet.", "UPDATE_WALLET_LIST_FAILED": "Unable to refresh the list of wallets.", "LOAD_WALLET_LIST_FAILED": "Unable to load the list of wallets.", "SAVE_WALLET_LIST_FAILED": "Unable to save the list of wallets.", @@ -955,7 +956,7 @@ "DEMO_RESULT": "Result returned by call:", "DEMO_RESULT_PEER": "Peer address used:", "DEMO_SUCCEED": "<i class=\"icon ion-checkmark\"></i> Success!", - "DEMO_CANCELLED": "<i class=\"icon ion-close\"></i> Canceled by user", + "DEMO_CANCELLED": "<i class=\"icon ion-close\"></i> Cancelled by user", "INTEGRATE_DIVIDER": "Website integration", "INTEGRATE_CODE": "Code:", "INTEGRATE_RESULT": "Result preview:", diff --git a/www/i18n/locale-en.json b/www/i18n/locale-en.json index c0f08fae0..458651b15 100644 --- a/www/i18n/locale-en.json +++ b/www/i18n/locale-en.json @@ -771,6 +771,7 @@ "CHECK_NETWORK_CONNECTION": "No peer appears to be accessible.<br/><br/>Please <b>check your Internet connection</b>.", "ISSUE_524_TX_FAILED": "Failed to transfer.<br/><br/>A message has been sent to developers to help solve the problem.<b>Thank you for your help</b>.", "ADD_SECONDARY_WALLET_FAILED": "Unable to add secondary wallet.", + "REMOVE_SECONDARY_WALLET_FAILED": "Unable to remove secondary wallet.", "UPDATE_WALLET_LIST_FAILED": "Unable to refresh the list of wallets.", "LOAD_WALLET_LIST_FAILED": "Unable to load the list of wallets.", "SAVE_WALLET_LIST_FAILED": "Unable to save the list of wallets.", -- GitLab