Skip to content

Commit 4a85d23

Browse files
fix: chat views refine translation
1 parent 5ec072e commit 4a85d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33
createChat: 'New Chat',
44
history: 'Chat History',
55
only20history: 'Only showing the last 20 chats',
6-
question_count: 'Questions',
6+
question_count: 'Messages',
77
exportRecords: 'Export Chat Records',
88
chatId: 'Chat ID',
99
userInput: 'User Input',
@@ -91,7 +91,7 @@ export default {
9191
consumeTime: 'Run Time'
9292
},
9393
paragraphSource: {
94-
title: 'Knowledge Reference',
94+
title: 'Quote',
9595
question: 'User Question',
9696
optimizationQuestion: 'Optimized Question'
9797
}

0 commit comments

Comments
 (0)