{
    "ADMIN_DASHBOARD": {
        "RESET_PASSWORD_PAGE": {
            "PAGE_TITLE": "Reset Password",
            "BACK_BTN": "Back",
            "CONFIRM_NEW_PASSWORD_LBL": "Confirm New Password",
            "EMAIL_LBL": "Email",
            "ENTER_NEW_PASSWORD": "Enter your new password",
            "ENTER_EMAIL": "Enter your email address",
            "ERROR_API_MISSING": "API url has not been set correctly.",
            "ERROR_EMAIL_INVALID": "Please enter a valid email.",
            "ERROR_PASSWORD_MATCH": "This needs to be the same as the new password.",
            "ERROR_PASSWORD_PATTERN": "Password must be between 7 and 25 characters and contain at least one letter and one number.",
            "ERROR_REQUIRED": "This field is required.",
            "FORGOT_PASSWORD": "Forgot your password?",
            "FORM_SUBMIT_FAIL": "Password Reset request failed",
            "FORM_SUBMIT_SUCCESS": "Password Reset Request Submitted",
            "FORM_SUBMIT_EMAIL_FAIL": "Sorry we couldn't initiate a password reset. Please try again or contact our support team.",
            "FORM_SUBMIT_PASSWORD_FAIL_MSG": "Sorry we couldn't update your password successfully. Please try again or contact our support team.",
            "FORM_SUBMIT_SUCCESS_MSG": "Thank you for resetting your password. If your email was valid, you will receive an email shortly with instructions to complete this process.",
            "NEW_PASSWORD_LBL": "New Password",
            "PASSWORD": "Password",
            "PASSWORD_RESET_SUCCESS": "Password Reset complete",
            "PASSWORD_RESET_SUCCESS_MSG": "Your password has now been successfully updated.",
            "RESET_PASSWORD_BTN": "Reset Password",
            "SITE_LBL": "Site",
            "TOKEN_EXPIRED":  "This reset link expired. Please request a new password reset link",
            "NOT_SAME": "New password cannot be the same as the old password.",
            "ACCESSIBILITY": {
                "PAGE_LOADED": "Load complete: Password Reset Form"
            }
        }
    }
}