Skip to content

Commit 57e7270

Browse files
authored
Avoid anthropomorphism
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent c87be24 commit 57e7270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChattyLLM/InputArea.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
data: () => {
7979
return {
8080
placeholderText: t('assistant', 'Type a message…'),
81-
thinkingText: t('assistant', 'Thinking'),
81+
thinkingText: t('assistant', 'Processing'),
8282
submitBtnAriaText: t('assistant', 'Submit'),
8383
}
8484
},

0 commit comments

Comments
 (0)