diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-26 08:18:44 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-26 08:18:44 -0400 |
| commit | 7b41ef75fb30b222808892831e461ecbb9835201 (patch) | |
| tree | 69c93bf68ca648a0c507860c52487381e37ffbdf /www/js/app.js | |
| parent | 59bfe98d911728cfefd2321bf4ac86d62f4c64f8 (diff) | |
#261 more translations
Former-commit-id: 6f70c7f9c65866f0ae60c70d453d2936e92ab4db
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js index f0f99be9..dadda298 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -736,7 +736,7 @@ angular.module('zmApp', [ $rootScope.$on("auth-success", function () { var contentBannerInstance = $ionicContentBanner.show({ - text: ['ZoneMinder authentication success'], + text: ['ZoneMinder' + $translate.instant('kAuthSuccess')], interval: 2000, type: 'info', transition: 'vertical' @@ -1080,7 +1080,7 @@ angular.module('zmApp', [ $rootScope.$apply(function () { $rootScope.online = true; ZMDataModel.zmLog("Your network is online, re-authenticating"); - zmAutoLogin.doLogin("re-authenticating"); + zmAutoLogin.doLogin($translate.instant('kReAuthenticating')); }); }, false); |
