summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/js/ModalCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/ModalCtrl.js b/www/js/ModalCtrl.js
index 8b48c077..1e90130c 100644
--- a/www/js/ModalCtrl.js
+++ b/www/js/ModalCtrl.js
@@ -295,7 +295,7 @@ angular.module('zmApp.controllers').controller('ModalCtrl', ['$scope', '$rootSco
$scope.saveImageToPhone = function (mid) {
$ionicLoading.show({
- template: "saving snapshot..",
+ template: "saving snapshot...",
noBackdrop: true,
duration: zm.httpTimeout
});