Skip to content

Commit

Permalink
Merge pull request #91 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
choir(i18n): Improved grammar
  • Loading branch information
julien-nc committed Jun 19, 2024
2 parents 33fcbd4 + 239f7ab commit b3fa42a
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 b3fa42a

Please sign in to comment.