wip
This commit is contained in:
parent
a13a310efb
commit
5b7cc2bcbc
|
|
@ -23,9 +23,9 @@ return [
|
|||
'send_code' => 'Send Code',
|
||||
'to_back' => 'Back to previous step',
|
||||
'enter_password' => 'Please enter password',
|
||||
'enter_email' => 'please input your email',
|
||||
'enter_email' => 'Please input your email',
|
||||
'please_confirm' => 'Please confirm your password',
|
||||
'password_err' => 'The passwords entered twice do not match!',
|
||||
'email_err' => 'Please enter a valid email address!',
|
||||
'enter_code' => 'please enter verification code',
|
||||
'enter_code' => 'Please enter verification code',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ return [
|
|||
'confirm_password' => 'Confirm Password',
|
||||
'register' => 'Register',
|
||||
'enter_password' => 'Please enter password',
|
||||
'enter_email' => 'please input your email',
|
||||
'enter_email' => 'Please input your email',
|
||||
'please_confirm' => 'Please confirm your password',
|
||||
'password_err' => 'The passwords entered twice do not match!',
|
||||
'email_err' => 'Please enter a valid email address!',
|
||||
|
|
|
|||
Loading…
Reference in New Issue