From 5c8c6fd3e5c80e76875f18d8009dc7769faa471b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 8 Jul 2019 17:00:15 -0400 Subject: #830 bug fix --- www/js/MenuController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/MenuController.js') 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; + } }, { -- cgit v1.2.3