diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json
index 3fa5191..9f3b1e3 100644
--- a/frontend/src/i18n/locales/en.json
+++ b/frontend/src/i18n/locales/en.json
@@ -366,6 +366,7 @@
"subagents": "Subagents",
"subagentManagement": "Subagent Management",
"manageSubagentsDesc": "Manage subagents for this project",
+ "createSubagent": "New Subagent",
"addSubagent": "Add Subagent",
"editSubagent": "Edit Subagent",
"subagentName": "Subagent Name",
diff --git a/frontend/src/i18n/locales/zh.json b/frontend/src/i18n/locales/zh.json
index eb89a0e..b6549d4 100644
--- a/frontend/src/i18n/locales/zh.json
+++ b/frontend/src/i18n/locales/zh.json
@@ -367,6 +367,7 @@
"subagents": "智能体编排",
"subagentManagement": "智能体编排",
"manageSubagentsDesc": "管理该项目的子智能体",
+ "createSubagent": "新建子智能体",
"addSubagent": "添加子智能体",
"editSubagent": "编辑子智能体",
"subagentName": "子智能体名称",
diff --git a/frontend/src/pages/DataSources.tsx b/frontend/src/pages/DataSources.tsx
index 0859e22..ef03599 100644
--- a/frontend/src/pages/DataSources.tsx
+++ b/frontend/src/pages/DataSources.tsx
@@ -346,12 +346,12 @@ export function DataSources() {
return (
-
-
-
{t('dataSourceConfig')}
-
{t('manageDataSourceConnections')}
+
+
+
+ {t('dataSourceConfig')}
-