Skip to content

Commit c59a19b

Browse files
perf: Optimize chat input placeholder
1 parent d8170c3 commit c59a19b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default {
4747
inputPlaceholder: {
4848
speaking: 'Speaking...',
4949
recorderLoading: 'Transcribing...',
50-
default: 'Type your question, Ctrl+Enter for a new line, Enter to send'
50+
default: 'Type your question, Ctrl+Enter for a new line'
5151
},
5252
uploadFile: {
5353
label: 'Upload File',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default {
4848
inputPlaceholder: {
4949
speaking: '说话中',
5050
recorderLoading: '转文字中',
51-
default: '请输入问题,Ctrl+Enter 换行,Enter发送'
51+
default: '请输入问题,Ctrl+Enter 换行'
5252
},
5353
uploadFile: {
5454
label: '上传文件',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default {
4747
inputPlaceholder: {
4848
speaking: '說話中',
4949
recorderLoading: '轉文字中',
50-
default: '請輸入問題,Ctrl+Enter 換行,Enter 發送'
50+
default: '請輸入問題,Ctrl+Enter 換行'
5151
},
5252
uploadFile: {
5353
label: '上傳文件',

0 commit comments

Comments
 (0)