diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-10 08:27:27 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-10 08:27:27 -0500 |
| commit | 898d85ded3eb2260a80573bcc7c756c56d37bf15 (patch) | |
| tree | 4f712fc07b14fabe397c5900f397fc67c60d9dc0 /www/js/EventModalCtrl.js | |
| parent | 6ef705d8defed1d93a321f5d4189e81cadd36bbc (diff) | |
added translations for buttons #410
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 81cf702a..c1633d1f 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -220,7 +220,9 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $rootScope.zmPopup = SecuredPopups.show('alert', { title: $translate.instant('kError'), - template: $rootScope.platformOS == 'desktop' ? $translate.instant('kVideoError') : $translate.instant('kVideoErrorMobile') + template: $rootScope.platformOS == 'desktop' ? $translate.instant('kVideoError') : $translate.instant('kVideoErrorMobile'), + okText: $translate.instant('kButtonOk'), + cancelText: $translate.instant('kButtonCancel'), }); }; |
