summaryrefslogtreecommitdiff
path: root/www/js/LoginCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-03-18 11:17:38 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-03-18 11:17:38 -0400
commita749ce4d4b09c06f17b2bef316d11b6524a137c5 (patch)
treef4b46f461abed1df8d898d601df101d89ddff202 /www/js/LoginCtrl.js
parentacc517593b5d33c5242502ab4ea8708e5a8ad17a (diff)
#133 - clean up notification message
Former-commit-id: 00fcbc3c506b533cd2776c72faceef77904c66b9
Diffstat (limited to 'www/js/LoginCtrl.js')
-rw-r--r--www/js/LoginCtrl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js
index 71c2efd0..4ee5334b 100644
--- a/www/js/LoginCtrl.js
+++ b/www/js/LoginCtrl.js
@@ -216,8 +216,8 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r
{
event.preventDefault();
$rootScope.zmPopup = SecuredPopups.show('alert',{
- title: 'Error',
- template: 'Please save this profile first so re-authentication can occur.'
+ title: 'Please Save',
+ template: 'You have changed from ' + oldName + ' to ' + ld.serverName + '. Please save this profile first.'
});
}