diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-26 10:50:30 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-26 10:50:30 -0500 |
| commit | 9e0a713cd48e9724613d1c25d3824bed64207aa9 (patch) | |
| tree | 88247b9f76f10d92d6f36840e64d8f28c86d64da /www | |
| parent | 71a62337ba8a67af287dd78f8aa5f228ae83fa0b (diff) | |
spacing to upgrade message
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/EventServer.js | 4 |
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" } } |
