diff --git a/www/js/controllers/help-controllers.js b/www/js/controllers/help-controllers.js
index 21db1203c9fb01c93c9a80be29ce7291958d84a1..9c01e4e2916828f1111ec96f966ba9b2978344ff 100644
--- a/www/js/controllers/help-controllers.js
+++ b/www/js/controllers/help-controllers.js
@@ -144,7 +144,7 @@ function HelpTipController($scope, $rootScope, $state, $window, $ionicSideMenuDe
     $scope.continue = true;
 
     // Currency tour
-    return $scope.startWotTour(0, true)
+    return $scope.startCurrencyTour(0, true)
       .then(function(endIndex){
         if (!endIndex || $scope.cancelled) return false;
         csSettings.data.helptip.currency=endIndex;
diff --git a/www/templates/common/badge_certification_count.html b/www/templates/common/badge_certification_count.html
index 75397e9660b8894c0efab938e29fdac8a839847b..06a3bd3f8c15f68d0738b12afd849f6ef2d40e84 100644
--- a/www/templates/common/badge_certification_count.html
+++ b/www/templates/common/badge_certification_count.html
@@ -1,4 +1,4 @@
-<span id="{{$ctrl.id}}"
+<span ng-attr-id="{{$ctrl.csId}}"
     class="badge badge-balanced"
     ng-class="{'badge-energized': $ctrl.requirements.willNeedCertificationCount || ($ctrl.requirements.needCertificationCount + $ctrl.requirements.pendingCertificationCount >= $ctrl.parameters.sigQty),
                'badge-assertive': ($ctrl.requirements.needCertificationCount + $ctrl.requirements.pendingCertificationCount < $ctrl.parameters.sigQty)}">
diff --git a/www/templates/menu.html b/www/templates/menu.html
index 685f5539b61c025c00470680617ac4779ba7595d..f32cce99c2460ecc12cdf5173dbeab8174da5459 100644
--- a/www/templates/menu.html
+++ b/www/templates/menu.html
@@ -63,7 +63,7 @@
           <span translate>MENU.CURRENCY</span>
         </ion-item>
 
-        <ion-item menu-close
+        <!--<ion-item menu-close
              id="helptip-menu-btn-network"
              class="item item-icon-left"
              active-link="active"
@@ -71,7 +71,7 @@
              href="#/app/network/view">
           <i class="icon ion-android-globe"></i>
           <span translate>MENU.NETWORK</span>
-        </ion-item>
+        </ion-item>-->
 
         <!-- Allow extension here -->
         <cs-extension-point name="menu-discover"></cs-extension-point>