* Finish task #62936.

This commit is contained in:
tianshujie
2022-08-03 17:07:23 +08:00
parent ed719f768f
commit 175fd06bc2
6 changed files with 16 additions and 0 deletions
+1
View File
@@ -251,6 +251,7 @@ $lang->user->error->noEmail = 'The user does not register email. Please
$lang->user->error->errorEmail = 'The account does not match the email. Please enter a new one.';
$lang->user->error->emailSetting = 'No email is configured in the system. Contact the admin to reset the email.';
$lang->user->error->sendMailFail = 'Message sending failed, please try again!';
$lang->user->error->loginTimeoutTip = 'Login failed, please check if the proxy service is normal.';
$lang->user->contactFieldList['phone'] = $lang->user->phone;
$lang->user->contactFieldList['mobile'] = $lang->user->mobile;