From a6cfad4d35f58d283e36b493bb230c2fa6e5b8f9 Mon Sep 17 00:00:00 2001 From: ULiiAn Date: Mon, 12 Jun 2023 17:51:31 +0800 Subject: [PATCH] fix: Fix Chinese translation (#464) Closes #463 --- 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 4b270fc4..c381a88f 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: '离开面板',