Skip to content

Commit

Permalink
choir(i18n): Improved grammar
Browse files Browse the repository at this point in the history
Reported at Transifex.

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven committed Jun 19, 2024
1 parent def4fb8 commit 239f7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChattyLLM/ChattyLLMInputForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 239f7ab

Please sign in to comment.