From 239f7ab07168d544a45887c6c75d464da9cabb04 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:22:09 +0200 Subject: [PATCH] choir(i18n): Improved grammar Reported at Transifex. 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 3dd0ee54..f2c2de5a 100644 --- a/src/components/ChattyLLM/ChattyLLMInputForm.vue +++ b/src/components/ChattyLLM/ChattyLLMInputForm.vue @@ -278,7 +278,7 @@ export default { session.title = newTitle } catch (error) { console.error('updateTitle error:', error) - showError(error?.response?.data?.error ?? t('assistant', 'Error updating conversations\'s title')) + showError(error?.response?.data?.error ?? t('assistant', 'Error updating title of conversation')) } finally { this.loading.updateTitle = false }