Commit 6de21315aed3a6b8b2cdf3a4ea93a541888fd6b8
1 parent
12a34fe5
meaasge was incorrect
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -302,8 +302,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
302 | 302 | else { |
303 | 303 | if ((result.IsAcknowledged == true) && (result.IsModifiedCountAvailable == true)) { |
304 | 304 | // alert(LoginMessageConstants.PASSWORD_RESET_MESSAGE); |
305 | - $rootScope.errorMassage = LoginMessageConstants.ERROR_IN_FECTHING_DETAILS; | |
306 | - $("#messageModal").modal('show'); | |
305 | + $rootScope.errorMassage = LoginMessageConstants.PASSWORD_RESET_MESSAGE; | |
306 | + $("#messageModal").modal('show'); | |
307 | 307 | $rootScope.isVisibleLogin = true; |
308 | 308 | $rootScope.isVisibleResetPass = false; |
309 | 309 | $location.url("/") ; | ... | ... |