diff options
| author | steelyard-nl <email@jeroenkik.nl> | 2017-02-01 09:23:32 +0100 |
|---|---|---|
| committer | steelyard-nl <email@jeroenkik.nl> | 2017-02-01 09:23:32 +0100 |
| commit | 44bf088c3b8b8ce6d135d808a397c6e0de431397 (patch) | |
| tree | 5bd93c555547a11f34e5c7f5e9f6eb9a759358c4 /www/js/DataModel.js | |
| parent | 80a66592e858481daac0e696ebe10306517fb90e (diff) | |
Hard coded text found #437
Diffstat (limited to 'www/js/DataModel.js')
| -rwxr-xr-x | www/js/DataModel.js | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
