diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-21 15:09:52 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-21 15:09:52 -0400 |
| commit | fabf64411bbdf1f6aa81f3eae31d04bda1dfa3ee (patch) | |
| tree | 641b386f07f7f9d1b9fe4e0a46fa8a553226135c /www/js | |
| parent | 68ff0207cd1ca5fdc1d8111d7573509d7bf025f0 (diff) | |
v bump, log email update
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/LogCtrl.js | 14 |
1 files changed, 7 insertions, 7 deletions
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'), + }); } |
