From 76d4fb42fdebb407f03cf51c9e4b5dbec1c502b2 Mon Sep 17 00:00:00 2001 From: uliian Date: Fri, 9 Jun 2023 15:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(client/src/locales/zh/core.j?= =?UTF-8?q?s):=20translation=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #463 translation error editStopwatch_title --- client/src/locales/zh/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/locales/zh/core.js b/client/src/locales/zh/core.js index 4b270fc..c381a88 100644 --- a/client/src/locales/zh/core.js +++ b/client/src/locales/zh/core.js @@ -177,7 +177,7 @@ export default { editDescription_title: '编辑描述', editEmail_title: '编辑邮箱', editPassword_title: '编辑密码', - editStopwatch_title: '编辑实践', + editStopwatch_title: '编辑时间', editTitle_title: '编辑标题', editUsername_title: '编辑用户名', leaveBoard: '离开面板',