From ae491ab2d29738a1da7f046e520cc2e61e9d4206 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 6 Dec 2016 15:57:04 -0500 Subject: added subtitle text to popups #390 --- www/js/MontageCtrl.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index a2207946..f5389934 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -979,6 +979,7 @@ angular.module('zmApp.controllers') ' ', title: $translate.instant('kSelect'), + subTitle:$translate.instant('kSelectDelete'), scope: $scope, }).then(function(res) @@ -1027,7 +1028,8 @@ angular.module('zmApp.controllers') $rootScope.zmPopup = $ionicPopup.alert( { title: $translate.instant('kError'), - template: $translate.instant('kMontageNoSavedProfiles') + template: $translate.instant('kMontageNoSavedProfiles'), + }); return; } @@ -1045,6 +1047,7 @@ angular.module('zmApp.controllers') ' ', title: $translate.instant('kSelect'), + subTitle:$translate.instant('kSelectSwitch'), scope: $scope, }).then(function(res) -- cgit v1.2.3