diff options
| author | steelyard-nl <email@jeroenkik.nl> | 2017-02-01 18:54:49 +0100 |
|---|---|---|
| committer | steelyard-nl <email@jeroenkik.nl> | 2017-02-01 18:54:49 +0100 |
| commit | 8834d8d292a80106587693801a565b6e65792b0e (patch) | |
| tree | 588ceb26e32e6d986d7b67104aa3b4930b28abcb /www/js | |
| parent | 80a66592e858481daac0e696ebe10306517fb90e (diff) | |
| parent | 3bb15225e2b405c2fc651da9bba08b33c3094264 (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/437-Hard-coded-text-alert-found'
Diffstat (limited to 'www/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..558e116a 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) |
