summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2017-02-02 07:06:19 +0530
committerGitHub <noreply@github.com>2017-02-02 07:06:19 +0530
commit1ff32acb2e091e144c77557b7ca13933b410e30a (patch)
tree588ceb26e32e6d986d7b67104aa3b4930b28abcb
parent1becce407771613d0815b0476b10a9741b55e306 (diff)
parente25d44d09fc028e87f7ca9694e1b0fc4c9b530a4 (diff)
Merge pull request #438 from steelyard-nl/437-Hard-coded-text-alert-found
437 hard coded text alert found
-rwxr-xr-xwww/js/DataModel.js4
-rw-r--r--www/lang/locale-en.json1
-rwxr-xr-xwww/lang/locale-nl.json1
3 files changed, 4 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)
diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json
index 2ba6871c..747b0662 100644
--- a/www/lang/locale-en.json
+++ b/www/lang/locale-en.json
@@ -11,6 +11,7 @@
"kAnalyze" :"Analyze",
"kApiUrl" :"ZM api url",
"kApplyingChanges" :"Applying changes. Please wait",
+ "kRetrievingProfileData" :"retrieving profile data",
"kArrangingImages" :"arranging images",
"kAt" :"at",
"kAuthSuccess" :"authentication success",
diff --git a/www/lang/locale-nl.json b/www/lang/locale-nl.json
index 06a858e3..8fac7369 100755
--- a/www/lang/locale-nl.json
+++ b/www/lang/locale-nl.json
@@ -11,6 +11,7 @@
"kAnalyze" :"Analyseer",
"kApiUrl" :"ZM api url",
"kApplyingChanges" :"Veranderingen toepassen. Even geduld",
+ "kRetrievingProfileData" :"profiel gegevens ophalen",
"kArrangingImages" :"afbeeldingen rangschikken",
"kAt" :"op",
"kAuthSuccess" :"verificatie correct",