From 2a0f7ec798eb1f86de75922bb7f3235450dc6ebb Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 3 Oct 2017 11:03:55 +0530 Subject: [PATCH] change the message for incorrect email id --- 400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js index 45fca3c..0d2f810 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js @@ -371,7 +371,7 @@ AIA.constant("LoginMessageConstants", { "ERROR_IN_FECTHING_DETAILS": "Error in fecthing details.", "MAIL_NOT_SENT": "We are facing some issue in sending email. Please try after sometime.", "MAIL_SENT":"Mail sent.", - "INCORRECT_EMAIL_ID": "Please enter correct email id.", + "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.", "BLANK_EMAIL_ID": "Please enter your email id.", "PASSWORD_RESET_MESSAGE": "Your password has been reset.", "PASSWORD_RESET_FAILURE": "We are unable to reset your password. Please try again after sometime.", -- libgit2 0.21.4