- {{ t('assistant', 'Loading conversations...') }}
+ {{ t('assistant', 'Loading conversations…') }}
{{ t('assistant', 'No conversations yet') }}
diff --git a/src/components/ChattyLLM/ConversationBox.vue b/src/components/ChattyLLM/ConversationBox.vue
index 8a101a12..6c5bcc20 100644
--- a/src/components/ChattyLLM/ConversationBox.vue
+++ b/src/components/ChattyLLM/ConversationBox.vue
@@ -8,7 +8,7 @@
diff --git a/src/components/ChattyLLM/InputArea.vue b/src/components/ChattyLLM/InputArea.vue
index 2b176440..64d73797 100644
--- a/src/components/ChattyLLM/InputArea.vue
+++ b/src/components/ChattyLLM/InputArea.vue
@@ -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'),
}
},