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("/") ;