diff --git a/www/i18n/locale-en-GB.json b/www/i18n/locale-en-GB.json
index c0e1a55db36bb12c2c89e383e7015ddf95ab9744..465a7a294df695b4bd3557ea7bb354570d953d25 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 59d1b94ca1dfc9f3541b64f74d4fe997dc1d6312..2f39a6946c70d9677a629fee5c2ef0e985a16b3e 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 b2fa40cb6af02c1d5e4d24107371faecaf5b2225..953ccfea59aa84f9041bd6ddcd30b3ffa1d278ec 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 c59f708c2690ea71e5e58d531d59739acd0765ad..bd23a3d038b75dfe58df2fcf4c42415e7a482e0b 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 43fe4bdc5aff21f3409b98bd2c42c7426811583e..8adfba7ba21f97fc15d8205792504e7f6afac285 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 7dda15b304900b0333ad4cacb2f3bf79b0048540..96e8526434de71f54ecbcd82d47ec3f94d8afe52 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>