diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue index 4ac37161..63260907 100644 --- a/src/components/AdminSettings.vue +++ b/src/components/AdminSettings.vue @@ -126,7 +126,7 @@ -

{{ t('assistant', ' This includes the user instructions and the LLM\'s messages') }}

+

{{ t('assistant', 'This includes the user instructions and the LLM\'s messages') }}

- {{ 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 @@