Last active
February 8, 2022 16:27
-
-
Save sa-mu-el/1fa71dd7a518268d81c251b9941e8802 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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