From a749ce4d4b09c06f17b2bef316d11b6524a137c5 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Fri, 18 Mar 2016 11:17:38 -0400 Subject: #133 - clean up notification message Former-commit-id: 00fcbc3c506b533cd2776c72faceef77904c66b9 --- www/js/LoginCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/LoginCtrl.js') 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.' }); } -- cgit v1.2.3