From d93fe7acd7f2facff38114172a8f80daa4b3a63d Mon Sep 17 00:00:00 2001 From: IV16SL Date: Thu, 21 Mar 2024 00:14:14 +0800 Subject: [PATCH] fix chinese translation --- 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 486cfcd..95ae46c 100644 --- a/client/src/locales/zh/core.js +++ b/client/src/locales/zh/core.js @@ -67,7 +67,7 @@ export default { deleteTask_title: '删除任务', deleteUser_title: '删除用户', description: '描述', - detectAutomatically: '自动删除', + detectAutomatically: '自动检测', dropFileToUpload: '拖放文件以上传', editor: '编辑器', editAttachment_title: '编辑附件',