From 2e7e4088c63dcdb99ec23c992b32ccb085f3a6a4 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:45:30 +0200 Subject: [PATCH 1/4] chore(i18n): Removed leading space Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/components/AdminSettings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}

Date: Fri, 6 Sep 2024 19:47:32 +0200 Subject: [PATCH 2/4] Triple dot to ellipsis Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/components/ChattyLLM/ChattyLLMInputForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChattyLLM/ChattyLLMInputForm.vue b/src/components/ChattyLLM/ChattyLLMInputForm.vue index a83d71e8..9c33964a 100644 --- a/src/components/ChattyLLM/ChattyLLMInputForm.vue +++ b/src/components/ChattyLLM/ChattyLLMInputForm.vue @@ -11,7 +11,7 @@
- {{ t('assistant', 'Loading conversations...') }} + {{ t('assistant', 'Loading conversations…') }}
{{ t('assistant', 'No conversations yet') }} From af595cd8032a6733aa5f4a3699581d090feaf5f8 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:49:15 +0200 Subject: [PATCH 3/4] Triple dot to ellipsis Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/components/ChattyLLM/ConversationBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@