From 898d85ded3eb2260a80573bcc7c756c56d37bf15 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 10 Dec 2016 08:27:27 -0500 Subject: added translations for buttons #410 --- www/js/MontageHistoryCtrl.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/js/MontageHistoryCtrl.js') diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js index ab902973..4c7851d5 100644 --- a/www/js/MontageHistoryCtrl.js +++ b/www/js/MontageHistoryCtrl.js @@ -1377,7 +1377,9 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc $rootScope.zmPopup = $ionicPopup.alert( { title: $translate.instant('kNoMonitors'), - template: $translate.instant('kPleaseCheckCredentials') + template: $translate.instant('kPleaseCheckCredentials'), + okText: $translate.instant('kButtonOk'), + cancelText: $translate.instant('kButtonCancel'), }); $ionicHistory.nextViewOptions( { -- cgit v1.2.3