From ed7972572a4ea91a85dbdc8857d3f228ee3ce4e5 Mon Sep 17 00:00:00 2001 From: popcorner <351633+popcorner@user.noreply.gitee.com> Date: Tue, 23 Feb 2021 18:44:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E6=AD=A7=E4=B9=89=E7=9A=84=E6=89=BE=E5=9B=9E?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E9=82=AE=E4=BB=B6=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/language/lang_message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/source/language/lang_message.php b/upload/source/language/lang_message.php index 2813071cd..36fd28e4f 100644 --- a/upload/source/language/lang_message.php +++ b/upload/source/language/lang_message.php @@ -469,7 +469,7 @@ $lang = array ( 'lostpasswd_many_users_use_email' => '抱歉,存在多个使用此 Email 的用户,请填写您需要找回密码的用户名', 'getpasswd_account_invalid' => '抱歉,创始人、受保护用户、拥有站点设置权限的用户不能使用取回密码功能', 'getpasswd_send_succeed' => '取回密码的方法已通过 Email 发送到您的信箱中,
请在 3 天之内修改您的密码', - 'getpasswd_has_send' => '取回密码的方法已通过 Email 发送到您的信箱中,如果您没有收到,请稍等15分钟后重试', + 'getpasswd_has_send' => '您已经申请过取回密码邮件了,如果您没有收到,请稍等15分钟后重试', 'submit_verify_succeed' => '审核请求提交成功,现在将返回个人中心', -- Gitee