We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec072e commit 4a85d23Copy full SHA for 4a85d23
ui/src/locales/lang/en-US/ai-chat.ts
@@ -3,7 +3,7 @@ export default {
3
createChat: 'New Chat',
4
history: 'Chat History',
5
only20history: 'Only showing the last 20 chats',
6
- question_count: 'Questions',
+ question_count: 'Messages',
7
exportRecords: 'Export Chat Records',
8
chatId: 'Chat ID',
9
userInput: 'User Input',
@@ -91,7 +91,7 @@ export default {
91
consumeTime: 'Run Time'
92
},
93
paragraphSource: {
94
- title: 'Knowledge Reference',
+ title: 'Quote',
95
question: 'User Question',
96
optimizationQuestion: 'Optimized Question'
97
}
0 commit comments