This commit is contained in:
sl 2022-08-23 09:44:50 +08:00
parent a13a310efb
commit 5b7cc2bcbc
2 changed files with 3 additions and 3 deletions

View File

@ -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',
];

View File

@ -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!',