From 9e0a713cd48e9724613d1c25d3824bed64207aa9 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 26 Nov 2017 10:50:30 -0500 Subject: spacing to upgrade message --- www/js/EventServer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/EventServer.js') 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" } } -- cgit v1.2.3