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 }