From 0383740fec7e06d4840edc6d705b3743bd3ae247 Mon Sep 17 00:00:00 2001 From: matevip Date: Tue, 19 May 2026 09:56:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20rename=20the=20wiki=20nav=20item=20t?= =?UTF-8?q?o=20"Wiki"=20/=20"=E7=9F=A5=E8=AF=86=E5=BA=93"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mateclaw-ui/src/i18n/locales/en-US.ts | 2 +- mateclaw-ui/src/i18n/locales/zh-CN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mateclaw-ui/src/i18n/locales/en-US.ts b/mateclaw-ui/src/i18n/locales/en-US.ts index 605b63b4..f65a8250 100644 --- a/mateclaw-ui/src/i18n/locales/en-US.ts +++ b/mateclaw-ui/src/i18n/locales/en-US.ts @@ -385,7 +385,7 @@ export default { workspace: 'Workspace', agentContext: 'Agent Context', skills: 'Skills', - wiki: 'Wiki KB', + wiki: 'Wiki', enterprise: 'Enterprise', tools: 'Tools', plugins: 'Plugins', diff --git a/mateclaw-ui/src/i18n/locales/zh-CN.ts b/mateclaw-ui/src/i18n/locales/zh-CN.ts index 2176baed..92312487 100644 --- a/mateclaw-ui/src/i18n/locales/zh-CN.ts +++ b/mateclaw-ui/src/i18n/locales/zh-CN.ts @@ -388,7 +388,7 @@ export default { workspace: '工作区', agentContext: '智能体上下文', skills: '技能', - wiki: 'Wiki 知识库', + wiki: '知识库', enterprise: '企业场景', tools: '工具', plugins: '插件',