summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/EventServer.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js
index ce5ef044..c07a3e06 100644
--- a/www/js/EventServer.js
+++ b/www/js/EventServer.js
@@ -166,7 +166,7 @@ angular.module('zmApp.controllers')
$rootScope.zmPopup = $ionicPopup.alert(
{
title: $translate.instant('kEventServerVersionTitle'),
- template: $translate.instant('kEventServerVersionBody1') + " " + str.version + ". " + $translate.instant('kEventServerVersionBody2') +
+ template: $translate.instant('kEventServerVersionBody1') + " " + str.version + ". " + $translate.instant('kEventServerVersionBody2') + " "+
zm.minEventServerVersion,
okText: $translate.instant('kButtonOk'),
cancelText: $translate.instant('kButtonCancel'),
@@ -397,7 +397,7 @@ angular.module('zmApp.controllers')
"sound": ld.soundOnPush,
//"sound": "true",
"clearBadge": "true",
- // "fcmSandbox": true
+ //"fcmSandbox": "true"
}
}