From 6de21315aed3a6b8b2cdf3a4ea93a541888fd6b8 Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 21 Feb 2017 12:36:41 +0530 Subject: [PATCH] meaasge was incorrect --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 7c2d8a6..1f725f7 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -302,8 +302,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic else { if ((result.IsAcknowledged == true) && (result.IsModifiedCountAvailable == true)) { // alert(LoginMessageConstants.PASSWORD_RESET_MESSAGE); - $rootScope.errorMassage = LoginMessageConstants.ERROR_IN_FECTHING_DETAILS; - $("#messageModal").modal('show'); + $rootScope.errorMassage = LoginMessageConstants.PASSWORD_RESET_MESSAGE; + $("#messageModal").modal('show'); $rootScope.isVisibleLogin = true; $rootScope.isVisibleResetPass = false; $location.url("/") ; -- libgit2 0.21.4