Commit 2a0f7ec798eb1f86de75922bb7f3235450dc6ebb

Authored by Nikita Kulshreshtha
1 parent 67d7d0f6

change the message for incorrect email id

400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
@@ -371,7 +371,7 @@ AIA.constant("LoginMessageConstants", { @@ -371,7 +371,7 @@ AIA.constant("LoginMessageConstants", {
371 "ERROR_IN_FECTHING_DETAILS": "Error in fecthing details.", 371 "ERROR_IN_FECTHING_DETAILS": "Error in fecthing details.",
372 "MAIL_NOT_SENT": "We are facing some issue in sending email. Please try after sometime.", 372 "MAIL_NOT_SENT": "We are facing some issue in sending email. Please try after sometime.",
373 "MAIL_SENT":"Mail sent.", 373 "MAIL_SENT":"Mail sent.",
374 - "INCORRECT_EMAIL_ID": "Please enter correct email id.", 374 + "INCORRECT_EMAIL_ID": "Invalid e-mail ID. If you do not know your correct e-mail ID please contact A.D.A.M. technical support or your institution's site administrator.",
375 "BLANK_EMAIL_ID": "Please enter your email id.", 375 "BLANK_EMAIL_ID": "Please enter your email id.",
376 "PASSWORD_RESET_MESSAGE": "Your password has been reset.", 376 "PASSWORD_RESET_MESSAGE": "Your password has been reset.",
377 "PASSWORD_RESET_FAILURE": "We are unable to reset your password. Please try again after sometime.", 377 "PASSWORD_RESET_FAILURE": "We are unable to reset your password. Please try again after sometime.",