Skip to content

Commit

Permalink
Avoid anthropomorphism
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr authored Oct 19, 2024
1 parent c87be24 commit 57e7270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChattyLLM/InputArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default {
data: () => {
return {
placeholderText: t('assistant', 'Type a message…'),
thinkingText: t('assistant', 'Thinking'),
thinkingText: t('assistant', 'Processing'),
submitBtnAriaText: t('assistant', 'Submit'),
}
},
Expand Down

0 comments on commit 57e7270

Please sign in to comment.