summaryrefslogtreecommitdiff
path: root/www/js/MenuController.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-07-08 17:00:15 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-07-08 17:00:15 -0400
commit5c8c6fd3e5c80e76875f18d8009dc7769faa471b (patch)
tree6d3411f940773510ade2f29eed96274a972fc703 /www/js/MenuController.js
parent18bec317d7b1ac7cd9794e1b2236beb864186bf4 (diff)
#830 bug fix
Diffstat (limited to 'www/js/MenuController.js')
-rw-r--r--www/js/MenuController.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/MenuController.js b/www/js/MenuController.js
index 590b927d..cb33ee10 100644
--- a/www/js/MenuController.js
+++ b/www/js/MenuController.js
@@ -53,10 +53,10 @@ angular.module('zmApp.controllers').controller('MenuController', ['$scope', '$io
title: $translate.instant('kPassword'),
scope: $scope,
buttons: [
- { text: 'Cancel',
+ { text: $translate.instant('kButtonCancel'),
type: 'button-assertive',
onTap: function (e) {
- $scope.loginData.isKiosk = false;
+
}
},
{