From fabf64411bbdf1f6aa81f3eae31d04bda1dfa3ee Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 21 Sep 2017 15:09:52 -0400 Subject: v bump, log email update --- www/js/LogCtrl.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'www/js') diff --git a/www/js/LogCtrl.js b/www/js/LogCtrl.js index 808dcbb5..b7be82ba 100644 --- a/www/js/LogCtrl.js +++ b/www/js/LogCtrl.js @@ -167,13 +167,13 @@ angular.module('zmApp.controllers').controller('zmApp.LogCtrl', ['$scope', '$roo } else { // kEmailNotConfigured - $rootScope.zmPopup = SecuredPopups.show('alert', - { - title: $translate.instant('kError'), - template: $translate.instant('kEmailNotConfigured'), - okText: $translate.instant('kButtonOk'), - cancelText: $translate.instant('kButtonCancel'), - }); + $rootScope.zmPopup = SecuredPopups.show('alert', + { + title: $translate.instant('kError'), + template: $translate.instant('kEmailNotConfigured'), + okText: $translate.instant('kButtonOk'), + cancelText: $translate.instant('kButtonCancel'), + }); } -- cgit v1.2.3