diff options
| -rw-r--r-- | www/js/LoginCtrl.js | 4 |
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.' }); } |
