Skip to content

Commit f681cb9

Browse files
committed
fix: Update characters
1 parent ee5c8a4 commit f681cb9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ui/src/components/ai-chat/component/user-form/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{{ inputFieldConfig.title }}
1717
</span>
1818
</div>
19-
<el-scrollbar :max-height="!props.first ? 160 : 0">
19+
<el-scrollbar max-height="160">
2020
<el-collapse-transition>
2121
<div v-show="showUserInput" class="mt-16" style="padding: 0 8px">
2222
<DynamicsForm

ui/src/locales/lang/en-US/ai-chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
cancelOppose: 'Undo Dislike',
2525
continue: 'Continue',
2626
stopChat: 'Stop Response',
27-
startChat: 'Start Response',
27+
startChat: 'Start Chat',
2828
},
2929
tip: {
3030
error500Message: 'Sorry, the service is currently under maintenance. Please try again later!',

ui/src/locales/lang/zh-CN/ai-chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
cancelOppose: '取消反对',
2525
continue: '继续',
2626
stopChat: '停止回答',
27-
startChat: '开始回答',
27+
startChat: '开始对话',
2828
},
2929
tip: {
3030
error500Message: '抱歉,当前正在维护,无法提供服务,请稍后再试!',

ui/src/locales/lang/zh-Hant/ai-chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
cancelOppose: '取消反對',
2525
continue: '繼續',
2626
stopChat: '停止回答',
27-
startChat: '開始回答',
27+
startChat: '開始對話',
2828
},
2929
tip: {
3030
error500Message: '抱歉,當前正在維護,無法提供服務,請稍後再試!',

0 commit comments

Comments
 (0)