From b2010df87e1aaece70f4afbfbfe64c15a2e93048 Mon Sep 17 00:00:00 2001 From: sebastien delcoigne <sebastien.delcoigne@gmail.com> Date: Wed, 6 Sep 2017 14:31:00 +0200 Subject: [PATCH] Corrects wording issues in www/i18n files (see https://github.com/duniter/cesium/issues/556, comment #2 for more details) --- www/i18n/locale-en-GB.json | 2 +- www/i18n/locale-en.json | 2 +- www/i18n/locale-fr-FR.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/i18n/locale-en-GB.json b/www/i18n/locale-en-GB.json index 51f391c86..c9e33e711 100644 --- a/www/i18n/locale-en-GB.json +++ b/www/i18n/locale-en-GB.json @@ -501,7 +501,7 @@ "ADD_QUESTION" : "Add custom question", "BTN_CLEAN" : "Clean", "BTN_RESET" : "Reset", - "DOWNLOAD_REVOKE": "Save a recocation file", + "DOWNLOAD_REVOKE": "Save a revocation file", "DOWNLOAD_REVOKE_HELP" : "Having a revocation file is important, for example in case of loss of identifiers. It allows you to <b>get this account out of the Web Of Trust</b>, thus becoming a simple wallet.", "HELP_LEVEL": "Choose <strong> at least {{nb}} questions </strong> :", "LEVEL": "Security level", diff --git a/www/i18n/locale-en.json b/www/i18n/locale-en.json index d1d17df50..3181814c2 100644 --- a/www/i18n/locale-en.json +++ b/www/i18n/locale-en.json @@ -501,7 +501,7 @@ "ADD_QUESTION" : "Add custom question", "BTN_CLEAN" : "Clean", "BTN_RESET" : "Reset", - "DOWNLOAD_REVOKE": "Save a recocation file", + "DOWNLOAD_REVOKE": "Save a revocation file", "DOWNLOAD_REVOKE_HELP" : "Having a revocation file is important, for example in case of loss of identifiers. It allows you to <b>get this account out of the Web Of Trust</b>, thus becoming a simple wallet.", "HELP_LEVEL": "Choose <strong> at least {{nb}} questions </strong> :", "LEVEL": "Security level", diff --git a/www/i18n/locale-fr-FR.json b/www/i18n/locale-fr-FR.json index 81c59f4f9..337baf06c 100644 --- a/www/i18n/locale-fr-FR.json +++ b/www/i18n/locale-fr-FR.json @@ -501,7 +501,7 @@ "ADD_QUESTION": "Ajouter une question personnalisée ", "BTN_CLEAN": "Vider", "BTN_RESET": "Réinitialiser", - "DOWNLOAD_REVOKE": "Sauvegarder mon fichier de revocation", + "DOWNLOAD_REVOKE": "Sauvegarder mon fichier de révocation", "DOWNLOAD_REVOKE_HELP": "Disposer d'un fichier de révocation est important, par exemple en cas de perte de vos identifiants. Il vous permet de <b>sortir ce compte de la toile de confiance</b>, en redevenant ainsi un simple portefeuille.", "HELP_LEVEL": "Pour générer un fichier de sauvegarde de vos identifiants, choisissez <strong> au moins {{nb}} questions :</strong>", "LEVEL": "Niveau de sécurité", -- GitLab