From a39b60a15ef7240860aa3ba24c524b9b7842eea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E5=AE=85=E7=94=B7?= <530765310@qq.com> Date: Wed, 11 Jan 2023 01:20:20 +0000 Subject: [PATCH] =?UTF-8?q?update=20application/admin/lang/zh-cn/general/p?= =?UTF-8?q?rofile.php.=20=E8=A1=A5=E5=85=85=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E7=BC=BA=E5=B0=91=E7=9A=84=E6=89=8B=E6=9C=BA=E5=8F=B7?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 御宅男 <530765310@qq.com> --- application/admin/lang/zh-cn/general/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/admin/lang/zh-cn/general/profile.php b/application/admin/lang/zh-cn/general/profile.php index fd699560a..638aaa3b5 100644 --- a/application/admin/lang/zh-cn/general/profile.php +++ b/application/admin/lang/zh-cn/general/profile.php @@ -3,6 +3,7 @@ return [ 'Url' => '链接', 'Userame' => '用户名', + 'Mobile' => '手机号', 'Createtime' => '操作时间', 'Click to edit' => '点击编辑', 'Admin log' => '操作日志', -- Gitee