diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index e35d315..b84e0ba 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -208,9 +208,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic } if (isMailForPassword) message = "Please check you email and reset your password."; - else { + else message = "Please check you email, sent UserId in your email."; - } alert(message); diff --git a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js index 2c57e8c..60f4391 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js @@ -283,7 +283,7 @@ AIA.constant('ImageTypes', ['Illustration', 'Cadaver Photograph', 'Radiograph']) AIA.constant("LoginConstants", { "USER_NOT_FOUND": "UserId or Password is incorrect.", "ERROR_IN_FECTHING_DETAILS": "Error in fecthing details.", - "MAIL_NOT_SENT" : "We are facing some issue in sending email. Please try after sometime.", + "MAIL_NOT_SENT": "We are facing some issue in sending email. Please try after sometime." })