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 c87be24 commit 57e7270Copy full SHA for 57e7270
src/components/ChattyLLM/InputArea.vue
@@ -78,7 +78,7 @@ export default {
78
data: () => {
79
return {
80
placeholderText: t('assistant', 'Type a message…'),
81
- thinkingText: t('assistant', 'Thinking…'),
+ thinkingText: t('assistant', 'Processing…'),
82
submitBtnAriaText: t('assistant', 'Submit'),
83
}
84
},
0 commit comments