Skip to content

Commit

Permalink
Triple dot to ellipsis
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored Sep 6, 2024
1 parent af595cd commit 2e44beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ChattyLLM/InputArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export default {
data: () => {
return {
placeholderText: t('assistant', 'Type a message...'),
thinkingText: t('assistant', 'Thinking...'),
placeholderText: t('assistant', 'Type a message'),
thinkingText: t('assistant', 'Thinking'),
submitBtnAriaText: t('assistant', 'Submit'),
}
},
Expand Down

0 comments on commit 2e44beb

Please sign in to comment.