From c484c6888a46696db642e59802e6e9f054e7c307 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Fri, 14 Oct 2022 16:09:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20zh-cn=20-=20=E9=A2=98=E7=9B=AE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app/locale/basic/zh-cn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/locale/basic/zh-cn.php b/web/app/locale/basic/zh-cn.php index 135b050..4148f29 100644 --- a/web/app/locale/basic/zh-cn.php +++ b/web/app/locale/basic/zh-cn.php @@ -94,7 +94,7 @@ return [ 'student' => '学生', 'teacher' => '老师', 'problem uploader' => '题目上传者', - 'problem manager' => '题目管理者', + 'problem manager' => '题目管理员', 'contest judger' => '比赛评测员', 'contest only' => '仅比赛用户', 'online' => '在线',