summaryrefslogtreecommitdiff
path: root/www/js/LoginCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-26 08:10:14 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-26 08:10:14 -0400
commit59bfe98d911728cfefd2321bf4ac86d62f4c64f8 (patch)
tree2a8d29b87d53430adb0925746c0c048bc2c41251 /www/js/LoginCtrl.js
parent92c3f2f7d30741ac708dd18deddfaecd9e0e34d5 (diff)
more translations, dummy italian language (all caps) to check if things are working
Former-commit-id: e02d1017b1e818a4b90faa18b0f0e221d867e543
Diffstat (limited to 'www/js/LoginCtrl.js')
-rw-r--r--www/js/LoginCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js
index f973bf5c..3347bdb9 100644
--- a/www/js/LoginCtrl.js
+++ b/www/js/LoginCtrl.js
@@ -582,7 +582,7 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r
if (showalert)
{
$rootScope.zmPopup = SecuredPopups.show('alert',{
- title: 'Login validated',
+ title: $translate.instant('kLoginValidatedTitle'),
template: loginStatus
}).then(function (res) {