From 00a449523dc12cd76e35d7b0527f0a19a66907f2 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Tue, 31 Jan 2017 10:58:06 +0100
Subject: [PATCH] Removing unused HOME.WELCOME message

---
 www/i18n/locale-en-GB.json             | 1 -
 www/i18n/locale-en.json                | 1 -
 www/i18n/locale-fr-FR.json             | 1 -
 www/i18n/locale-nl-NL.json             | 1 -
 www/js/controllers/help-controllers.js | 4 ++--
 www/templates/home/home.html           | 1 -
 6 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/www/i18n/locale-en-GB.json b/www/i18n/locale-en-GB.json
index c0e1a55db..465a7a294 100644
--- a/www/i18n/locale-en-GB.json
+++ b/www/i18n/locale-en-GB.json
@@ -93,7 +93,6 @@
   },
   "HOME": {
     "TITLE": "Cesium",
-    "WELCOME": "",
     "MESSAGE": "Welcome to the Cesium Application!<br/>Watch your <a href=\"http://duniter.org\" target=\"_blank\">Duniter</a> wallets in real time.",
     "MESSAGE_SHORT": "Watch your <a href=\"http://duniter.org\" target=\"_blank\">Duniter</a> wallets<br/>in real time!",
     "BTN_REGISTRY": "Registry",
diff --git a/www/i18n/locale-en.json b/www/i18n/locale-en.json
index 59d1b94ca..2f39a6946 100644
--- a/www/i18n/locale-en.json
+++ b/www/i18n/locale-en.json
@@ -93,7 +93,6 @@
   },
   "HOME": {
     "TITLE": "Cesium",
-    "WELCOME": "",
     "MESSAGE": "Welcome to the Cesium Application!<br/>Watch your <a href=\"http://duniter.org\" target=\"_blank\">Duniter</a> wallets in real time.",
     "MESSAGE_SHORT": "Watch your <a href=\"http://duniter.org\" target=\"_blank\">Duniter</a> wallets<br/>in real time!",
     "BTN_REGISTRY": "Registry",
diff --git a/www/i18n/locale-fr-FR.json b/www/i18n/locale-fr-FR.json
index b2fa40cb6..953ccfea5 100644
--- a/www/i18n/locale-fr-FR.json
+++ b/www/i18n/locale-fr-FR.json
@@ -93,7 +93,6 @@
   },
   "HOME": {
     "TITLE": "Cesium",
-    "WELCOME": "",
     "MESSAGE": "Bienvenue dans l'application Cesium !<br/>Suivez vos comptes <a href=\"http://duniter.org\" target=\"_blank\">Duniter</a> en temps réel.",
     "MESSAGE_SHORT": "Suivez vos comptes <a href=\"http://duniter.org\" target=\"_blank\">Duniter</a><br/>en temps réel !",
     "BTN_REGISTRY": "Annuaire",
diff --git a/www/i18n/locale-nl-NL.json b/www/i18n/locale-nl-NL.json
index c59f708c2..bd23a3d03 100644
--- a/www/i18n/locale-nl-NL.json
+++ b/www/i18n/locale-nl-NL.json
@@ -93,7 +93,6 @@
   },
   "HOME": {
     "TITLE": "Cesium",
-    "WELCOME": "",
     "MESSAGE": "Welkom bij de Cesium Applicatie!<br/>Bekijk je <a href=\"http://duniter.org\" target=\"_blank\">Duniter</a> portefeilles in real time.",
     "MESSAGE_SHORT": "Bekijk je <a href=\"http://duniter.org\" target=\"_blank\">Duniter</a> portefeilles<br/>in real time!",
     "BTN_REGISTRY": "Register",
diff --git a/www/js/controllers/help-controllers.js b/www/js/controllers/help-controllers.js
index 43fe4bdc5..8adfba7ba 100644
--- a/www/js/controllers/help-controllers.js
+++ b/www/js/controllers/help-controllers.js
@@ -1003,13 +1003,13 @@ function HelpTipController($scope, $rootScope, $state, $window, $ionicSideMenuDe
 }
 
 /* ----------------------------
- *  Help Tip
+ *  Help tour (auto start from home page)
  * ---------------------------- */
 function HelpTourController($scope, $rootScope, $state, $window, $ionicSideMenuDelegate, $timeout, $q,
                            UIUtils, csConfig, csSettings, csCurrency, Device, csWallet) {
 
   HelpTipController.call(this, $scope, $rootScope, $state, $window, $ionicSideMenuDelegate, $timeout, $q,
-                         UIUtils, csConfig, csSettings, csCurrency, Device, csWallet)
+                         UIUtils, csConfig, csSettings, csCurrency, Device, csWallet);
 
   $scope.$on('$ionicView.enter', function(e, state) {
     $scope.startHelpTour();
diff --git a/www/templates/home/home.html b/www/templates/home/home.html
index 7dda15b30..96e852643 100644
--- a/www/templates/home/home.html
+++ b/www/templates/home/home.html
@@ -5,7 +5,6 @@
 
   <ion-content class="has-header text-center padding-xs positive-900-bg">
 
-    <h2 class="hidden-xs" translate>HOME.WELCOME</h2>
     <div id="helptip-home-logo" class="logo"></div>
     <h4 class="hidden-xs" translate>HOME.MESSAGE</h4>
     <h4 class="visible-xs" translate>HOME.MESSAGE_SHORT</h4>
-- 
GitLab