diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-06 15:57:04 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-06 15:57:04 -0500 |
| commit | ae491ab2d29738a1da7f046e520cc2e61e9d4206 (patch) | |
| tree | ff084f51b4b12ed3560ae15eb46b5843fc0a454c /www/js | |
| parent | 5d5c56fb66825f0b2ab8f57fd890118e453435fa (diff) | |
added subtitle text to popups #390
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) |
