diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue
index ffc237328..dd572cb04 100644
--- a/ui/src/components/ai-chat/ExecutionDetailDialog.vue
+++ b/ui/src/components/ai-chat/ExecutionDetailDialog.vue
@@ -179,7 +179,6 @@
>
{{ item.system || '-' }}
@@ -506,7 +505,6 @@
>
{{ $t('views.application.applicationForm.form.roleSettings.label') }}
- (System)
{{ item.system || '-' }}
diff --git a/ui/src/locales/lang/en-US/ai-chat.ts b/ui/src/locales/lang/en-US/ai-chat.ts
index 9e8e981bb..a21650c88 100644
--- a/ui/src/locales/lang/en-US/ai-chat.ts
+++ b/ui/src/locales/lang/en-US/ai-chat.ts
@@ -88,7 +88,7 @@ export default {
title: 'Knowledge Source',
referenceParagraph: 'Quote',
consume: 'Tokens',
- consumeTime: 'Time'
+ consumeTime: 'Run Time'
},
paragraphSource: {
title: 'Knowledge Reference',
diff --git a/ui/src/locales/lang/en-US/views/application.ts b/ui/src/locales/lang/en-US/views/application.ts
index ed3d3f25c..6f3f38c4d 100644
--- a/ui/src/locales/lang/en-US/views/application.ts
+++ b/ui/src/locales/lang/en-US/views/application.ts
@@ -52,7 +52,7 @@ export default {
placeholder: 'Please select an AI model'
},
roleSettings: {
- label: 'Role settings',
+ label: 'System Role',
placeholder: 'You are xxx assistant'
},
@@ -75,7 +75,7 @@ export default {
`
},
historyRecord: {
- label: 'Historical chat records'
+ label: 'Chat History'
},
relatedKnowledge: {
label: 'Related Knowledge',
diff --git a/ui/src/locales/lang/zh-CN/views/application.ts b/ui/src/locales/lang/zh-CN/views/application.ts
index 00ee6658d..f45c91547 100644
--- a/ui/src/locales/lang/zh-CN/views/application.ts
+++ b/ui/src/locales/lang/zh-CN/views/application.ts
@@ -47,7 +47,7 @@ export default {
placeholder: '请选择 AI 模型'
},
roleSettings: {
- label: '角色设定',
+ label: '系统角色',
placeholder: '你是 xxx 小助手'
},
prompt: {