iztech-design-system-neo
Version:
Design System of project IZtech
35 lines (32 loc) • 992 B
JavaScript
const RESTORE_FORM = {
TITLE: "Restore your password",
CONFIRMATION_CODE_REQUEST: {
DESCRIPTION:
"We will send one confirmation code to your signed email to restore your password.",
BTN_REQUEST: "Send confirmation code",
},
CONFIRMATION_CODE_RETRIEVE: {
DESCRIPTION: "Please fill in your confirmation code and new password.",
},
}
const ADAPTION = {
BTN_SIGN_IN: "Already have account? Sign in",
REGISTER_FORM: {
TITLE: "Sign up with these information?",
BTN_SIGN_UP: "Sign up and continue",
BTN_SKIP: "Skip and continue",
},
}
export default {
RESTORE_FORM,
ADAPTION,
SIGN_UP: "Sign up",
SIGN_UP_HINT: "Already have account?",
SIGN_IN: "Sign In",
SIGN_IN_HINT: "Don't have account?",
FORGOT_PASSWORD: "Forgot password",
CHANGE_PASSWORD: "Change password",
CHANGE_PASSWORD_HINT:
"To ensure your safety, password must be at least 8 characters long, 1 uppercase, 1 digit and 1 special character.",
SIGN_OUT: "Sign out",
}