Commit 2a0f7ec798eb1f86de75922bb7f3235450dc6ebb
1 parent
67d7d0f6
change the message for incorrect email id
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
... | ... | @@ -371,7 +371,7 @@ AIA.constant("LoginMessageConstants", { |
371 | 371 | "ERROR_IN_FECTHING_DETAILS": "Error in fecthing details.", |
372 | 372 | "MAIL_NOT_SENT": "We are facing some issue in sending email. Please try after sometime.", |
373 | 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 | 375 | "BLANK_EMAIL_ID": "Please enter your email id.", |
376 | 376 | "PASSWORD_RESET_MESSAGE": "Your password has been reset.", |
377 | 377 | "PASSWORD_RESET_FAILURE": "We are unable to reset your password. Please try again after sometime.", | ... | ... |