diff options
Diffstat (limited to 'www/js/DevOptionsCtrl.js')
| -rw-r--r-- | www/js/DevOptionsCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DevOptionsCtrl.js b/www/js/DevOptionsCtrl.js index 1f5a920a..f529c6b7 100644 --- a/www/js/DevOptionsCtrl.js +++ b/www/js/DevOptionsCtrl.js @@ -161,7 +161,7 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope' { text: $translate.instant('kObfuscationLZS'), value:'lzs' }, { text: $translate.instant('kObfuscationAES'), value:'aes' }, - ] + ]; $ionicActionSheet.show({ titleText: $translate.instant('kSelect'), |
