Skip to content

Instantly share code, notes, and snippets.

@sa-mu-el
Last active February 8, 2022 16:27
Show Gist options
  • Save sa-mu-el/1fa71dd7a518268d81c251b9941e8802 to your computer and use it in GitHub Desktop.
Save sa-mu-el/1fa71dd7a518268d81c251b9941e8802 to your computer and use it in GitHub Desktop.
{
"COMMON": {
"FORMS": {
"EMAIL_LABEL": "Email address",
"PASSWORD_LABEL": "Password",
"CONTINUE": "Continue",
"VALIDATION": {
"EMAIL_REQUIRED": "Email address is required",
"PASSWORD_REQUIRED": "Password is required",
"EMAIL_INVALID": "Please enter a valid email address",
"LOGIN_INCORRECT": "Email address and/or password is incorrect. Please try again"
}
},
"ACCESS_PAGE": {
"HEADING": "Sign in",
"SUB_HEADING": "Please use your existing Active Directory details to login."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment