feat:register page ui done
This commit is contained in:
@@ -163,9 +163,19 @@
|
||||
"password": "Password",
|
||||
"enter_password": "Enter password",
|
||||
"forgot_password": "Forgot password",
|
||||
"Continue": "Continue",
|
||||
"continue_str": "Continue",
|
||||
"dont_have_account": "Don't have an account?",
|
||||
"sign_up": "SignUp"
|
||||
"sign_up": "SignUp",
|
||||
"field_cannot_be_empty": "This field cannot be empty",
|
||||
"password_too_short": "Password must be at least 6 characters long",
|
||||
"invalid_phone_format": "Invalid phone number format",
|
||||
"first_name": "First name",
|
||||
"enter_first_name": "Enter first name",
|
||||
"repeat_password": "Repeat password",
|
||||
"enter_repeat_password": "Enter repeat password",
|
||||
"already_has_account": "Already have an account?",
|
||||
"unexpected_error": "Unexpected error"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user