summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-01-14 21:13:07 +0530
committerPliable Pixels <pliablepixels@gmail.com>2020-01-14 21:13:07 +0530
commitd8dd5ba0392b3a7bdeedad22d1cbaa2de17c9d1d (patch)
treeb82a74dae9c155fb79eaa9dcafcaa22d492282c9 /www/js
parenteefc5f735793fb72c3331d7c2fa026d36f29ffc8 (diff)
#886 add translate text
Diffstat (limited to 'www/js')
-rw-r--r--www/js/DevOptionsCtrl.js2
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'),