diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-06-11 08:13:09 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-06-11 08:13:09 -0400 |
| commit | 9de160a881ebbe02adc2bf40ebdd38052b65d01c (patch) | |
| tree | b16168c46c1ce047972f7badda814fd4c31b0b85 /www/js/StateCtrl.js | |
| parent | e36116ce30e14799310c12f6130927438b81a25f (diff) | |
remove ellipsis from messages
Former-commit-id: f611f3634eb8ef1f33f7df377d187917385e45f3
Diffstat (limited to 'www/js/StateCtrl.js')
| -rw-r--r-- | www/js/StateCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/StateCtrl.js b/www/js/StateCtrl.js index 8f3d6032..c3f2e860 100644 --- a/www/js/StateCtrl.js +++ b/www/js/StateCtrl.js @@ -307,7 +307,7 @@ angular.module('zmApp.controllers').controller('zmApp.StateCtrl', ['$ionicPopup' ZMDataModel.zmDebug("StateCtrl/controlZM: operation in progress"); $ionicPopup.alert({ title: $translate.instant('kOperationInProgressTitle'), - template: $translate.instant('kOperationInProgressBody') + template: $translate.instant('kOperationInProgressBody')+'...' }); return; } |
