From 44bf088c3b8b8ce6d135d808a397c6e0de431397 Mon Sep 17 00:00:00 2001 From: steelyard-nl Date: Wed, 1 Feb 2017 09:23:32 +0100 Subject: Hard coded text found #437 --- www/js/DataModel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 7c46c1d0..db17501d 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -602,7 +602,7 @@ angular.module('zmApp.controllers') $ionicLoading.show( { - template: "retrieving profile data..." + template: $translate.instant('kRetrievingProfileData'), }); localforage.getItem("serverGroupList").then(function(val) @@ -659,7 +659,7 @@ angular.module('zmApp.controllers') var sname; $ionicLoading.show( { - template: "retrieving profile data..." + template: $translate.instant('kRetrievingProfileData'), }); localforage.getItem("defaultServerName") .then(function(val) -- cgit v1.2.3 From 184d06bc9ce1ecf4be970379dcabf74671b5b4eb Mon Sep 17 00:00:00 2001 From: steelyard-nl Date: Wed, 1 Feb 2017 12:20:19 +0100 Subject: Whitespace issues fixed TAB used in Notepad++ and not SPACE. --- www/js/DataModel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index db17501d..558e116a 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -602,7 +602,7 @@ angular.module('zmApp.controllers') $ionicLoading.show( { - template: $translate.instant('kRetrievingProfileData'), + template: $translate.instant('kRetrievingProfileData'), }); localforage.getItem("serverGroupList").then(function(val) @@ -659,7 +659,7 @@ angular.module('zmApp.controllers') var sname; $ionicLoading.show( { - template: $translate.instant('kRetrievingProfileData'), + template: $translate.instant('kRetrievingProfileData'), }); localforage.getItem("defaultServerName") .then(function(val) -- cgit v1.2.3