diff --git a/ui/src/components/ai-chat/component/chat-input-operate/index.vue b/ui/src/components/ai-chat/component/chat-input-operate/index.vue
index 3580d9beb..b45c31ae5 100644
--- a/ui/src/components/ai-chat/component/chat-input-operate/index.vue
+++ b/ui/src/components/ai-chat/component/chat-input-operate/index.vue
@@ -51,40 +51,7 @@
-
-
-
+
+
diff --git a/ui/src/locales/lang/en-US/views/application-workflow.ts b/ui/src/locales/lang/en-US/views/application-workflow.ts
index 228d3f0fa..277127109 100644
--- a/ui/src/locales/lang/en-US/views/application-workflow.ts
+++ b/ui/src/locales/lang/en-US/views/application-workflow.ts
@@ -1,6 +1,6 @@
export default {
node: 'Node',
- baseComponent: 'Base Component',
+ baseComponent: 'Base',
nodeSetting: 'Node Settings',
workflow: 'Workflow',
searchBar: {
@@ -18,7 +18,8 @@ export default {
releaseHistory: 'Publish History',
autoSave: 'Auto Save',
latestRelease: 'Latest Publish',
- copyParam: 'Copy Parameter'
+ copyParam: 'Copy Parameter',
+ debug: 'Run',
},
tip: {
publicSuccess: 'Successfully',
diff --git a/ui/src/locales/lang/zh-CN/views/application-workflow.ts b/ui/src/locales/lang/zh-CN/views/application-workflow.ts
index 6ff1328a5..97a7ca5ed 100644
--- a/ui/src/locales/lang/zh-CN/views/application-workflow.ts
+++ b/ui/src/locales/lang/zh-CN/views/application-workflow.ts
@@ -18,7 +18,8 @@ export default {
releaseHistory: '发布历史',
autoSave: '自动保存',
latestRelease: '最近发布',
- copyParam: '复制参数'
+ copyParam: '复制参数',
+ debug: '调试',
},
tip: {
publicSuccess: '发布成功',
diff --git a/ui/src/locales/lang/zh-Hant/views/application-workflow.ts b/ui/src/locales/lang/zh-Hant/views/application-workflow.ts
index 127ab5738..b6e43618a 100644
--- a/ui/src/locales/lang/zh-Hant/views/application-workflow.ts
+++ b/ui/src/locales/lang/zh-Hant/views/application-workflow.ts
@@ -18,7 +18,8 @@ export default {
releaseHistory: '發布歷史',
autoSave: '自動保存',
latestRelease: '最近發布',
- copyParam: '複製參數'
+ copyParam: '複製參數',
+ debug: '調試',
},
tip: {
publicSuccess: '發布成功',
diff --git a/ui/src/views/application-workflow/index.vue b/ui/src/views/application-workflow/index.vue
index 23e6727d6..eb662b4ef 100644
--- a/ui/src/views/application-workflow/index.vue
+++ b/ui/src/views/application-workflow/index.vue
@@ -30,7 +30,7 @@
{{ $t('views.applicationWorkflow.setting.addComponent') }}
- {{ $t('common.debug') }}