From 033123eee1bc194473a15964e3a6da36698daf4d Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Tue, 14 Mar 2017 16:08:24 +0100 Subject: [PATCH] fix #393 --- 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 dde1e8ec9..27bf18038 100644 --- a/www/i18n/locale-en-GB.json +++ b/www/i18n/locale-en-GB.json @@ -194,7 +194,7 @@ "MEDIAN_TIME": "Current blockchain time", "POW_MIN": "Common difficulty", "MONEY_RULES_DIVIDER": "Rules of currency", - "C_RULE": "Growth", + "C_RULE": "Theoretical growth target", "UD_RULE": "Universal dividend (formula)", "DT_REEVAL": "Period between two re-evaluation of the UD", "REEVAL_SYMBOL": "reeval", diff --git a/www/i18n/locale-en.json b/www/i18n/locale-en.json index 081955fc4..a9dcc9286 100644 --- a/www/i18n/locale-en.json +++ b/www/i18n/locale-en.json @@ -194,7 +194,7 @@ "MEDIAN_TIME": "Current blockchain time", "POW_MIN": "Common difficulty", "MONEY_RULES_DIVIDER": "Rules of currency", - "C_RULE": "Growth", + "C_RULE": "Theoretical growth target", "UD_RULE": "Universal dividend (formula)", "DT_REEVAL": "Period between two re-evaluation of the UD", "REEVAL_SYMBOL": "reeval", diff --git a/www/i18n/locale-fr-FR.json b/www/i18n/locale-fr-FR.json index bc51b2c17..b492f1da8 100644 --- a/www/i18n/locale-fr-FR.json +++ b/www/i18n/locale-fr-FR.json @@ -194,7 +194,7 @@ "MEDIAN_TIME": "Heure de la blockchain", "POW_MIN": "Niveau minimal de difficulté de calcul", "MONEY_RULES_DIVIDER": "Règles de la monnaie", - "C_RULE": "Croissance théorique", + "C_RULE": "Croissance théorique cible", "UD_RULE": "Calcul du dividende universel", "DT_REEVAL": "Période de revalorisation du DU", "REEVAL_SYMBOL": "reval", -- GitLab