summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js4
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);