diff options
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MontageCtrl.js | 5 |
1 files changed, 4 insertions, 1 deletions
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') '</ion-list> ', 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') '</ion-list> ', title: $translate.instant('kSelect'), + subTitle:$translate.instant('kSelectSwitch'), scope: $scope, }).then(function(res) |
