From e36296d59ff67da7b523ff8fc45afb48fa1df83c Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Sat, 14 Oct 2017 10:47:33 +0200
Subject: [PATCH] [fix] Fix default config [fix] Settings: rename operation
 divider

---
 app/config.json                      | 8 ++++----
 www/i18n/locale-en-GB.json           | 2 +-
 www/i18n/locale-en.json              | 2 +-
 www/i18n/locale-es-ES.json           | 2 +-
 www/i18n/locale-fr-FR.json           | 2 +-
 www/templates/settings/settings.html | 1 -
 6 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/app/config.json b/app/config.json
index d2701aa4b..6185fb617 100644
--- a/app/config.json
+++ b/app/config.json
@@ -3,7 +3,7 @@
     "cacheTimeMs": 300000,
     "fallbackLanguage": "en",
     "rememberMe": true,
-    "showUDHistory": false,
+    "showUDHistory": true,
     "timeout": 30000,
     "timeWarningExpireMembership": 5184000,
     "timeWarningExpire": 7776000,
@@ -63,7 +63,7 @@
     "cacheTimeMs": 300000,
     "fallbackLanguage": "fr",
     "rememberMe": true,
-    "showUDHistory": false,
+    "showUDHistory": true,
     "timeout": 300000,
     "timeWarningExpireMembership": 5184000,
     "timeWarningExpire": 7776000,
@@ -228,7 +228,7 @@
     "fallbackLanguage": "fr-FR",
     "defaultLanguage": "fr-FR",
     "rememberMe": true,
-    "showUDHistory": false,
+    "showUDHistory": true,
     "timeout": 300000,
     "timeWarningExpireMembership": 5184000,
     "timeWarningExpire": 7776000,
@@ -291,7 +291,7 @@
     "cacheTimeMs": 300000,
     "fallbackLanguage": "en",
     "rememberMe": true,
-    "showUDHistory": false,
+    "showUDHistory": true,
     "timeout": 300000,
     "timeWarningExpireMembership": 5184000,
     "timeWarningExpire": 7776000,
diff --git a/www/i18n/locale-en-GB.json b/www/i18n/locale-en-GB.json
index 10ea3f608..14514a9a4 100644
--- a/www/i18n/locale-en-GB.json
+++ b/www/i18n/locale-en-GB.json
@@ -127,7 +127,7 @@
     "USE_LOCAL_STORAGE_HELP": "Allows you to save your settings",
     "ENABLE_HELPTIP": "Enable contextual help tips",
     "ENABLE_UI_EFFECTS": "Enable visual effects",
-    "HISTORY_SETTINGS": "My Account",
+    "HISTORY_SETTINGS": "Account operations",
     "DISPLAY_UD_HISTORY": "Display produced dividends?",
     "AUTHENTICATION_SETTINGS": "Authentication",
     "KEEP_AUTH": "Expiration of authentication",
diff --git a/www/i18n/locale-en.json b/www/i18n/locale-en.json
index 8f0faae55..1554ce14b 100644
--- a/www/i18n/locale-en.json
+++ b/www/i18n/locale-en.json
@@ -127,7 +127,7 @@
     "USE_LOCAL_STORAGE_HELP": "Allows you to save your settings",
     "ENABLE_HELPTIP": "Enable contextual help tips",
     "ENABLE_UI_EFFECTS": "Enable visual effects",
-    "HISTORY_SETTINGS": "My Account",
+    "HISTORY_SETTINGS": "Account operations",
     "DISPLAY_UD_HISTORY": "Display produced dividends?",
     "AUTHENTICATION_SETTINGS": "Authentication",
     "KEEP_AUTH": "Expiration of authentication",
diff --git a/www/i18n/locale-es-ES.json b/www/i18n/locale-es-ES.json
index 636ddc2ce..abd5f1753 100644
--- a/www/i18n/locale-es-ES.json
+++ b/www/i18n/locale-es-ES.json
@@ -127,7 +127,7 @@
     "USE_LOCAL_STORAGE_HELP": "Permitir el ahorro de almacenamiento local",
     "ENABLE_HELPTIP": "Activar bocadillos contextuales de ayuda",
     "ENABLE_UI_EFFECTS": "Activar los efectos visuales",
-    "HISTORY_SETTINGS": "Mi cuenta",
+    "HISTORY_SETTINGS": "Operaciones de cuentas",
     "DISPLAY_UD_HISTORY": "Publicar los dividendos producidos ?",
     "AUTHENTICATION_SETTINGS": "Autenticación",
     "AUTO_LOGOUT": "Desconexión automática",
diff --git a/www/i18n/locale-fr-FR.json b/www/i18n/locale-fr-FR.json
index 2419cfa75..b0ed74b54 100644
--- a/www/i18n/locale-fr-FR.json
+++ b/www/i18n/locale-fr-FR.json
@@ -127,7 +127,7 @@
     "USE_LOCAL_STORAGE_HELP": "Permet de sauvegarder vos paramètres",
     "ENABLE_HELPTIP": "Activer les bulles d'aide contextuelles",
     "ENABLE_UI_EFFECTS": "Activer les effets visuels",
-    "HISTORY_SETTINGS": "Mon compte",
+    "HISTORY_SETTINGS": "Liste des opérations",
     "DISPLAY_UD_HISTORY": "Afficher les dividendes produits ?",
     "AUTHENTICATION_SETTINGS": "Authentification",
     "KEEP_AUTH": "Expiration de l'authentification",
diff --git a/www/templates/settings/settings.html b/www/templates/settings/settings.html
index 87f17fddd..3fb149637 100644
--- a/www/templates/settings/settings.html
+++ b/www/templates/settings/settings.html
@@ -119,7 +119,6 @@
         </label>
       </div>
 
-      <!-- FIXME see issue #232 on UD history -->
       <span class="item item-divider" translate>SETTINGS.HISTORY_SETTINGS</span>
 
       <div class="item item-toggle dark">
-- 
GitLab