Skip to content

Commit

Permalink
translate: replace capital letter in 'Delete conversation'
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Mar 1, 2024
1 parent a6c53e4 commit 8ed11a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ConversationSettings/DangerZone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</NcButton>
<NcDialog class="danger-zone__dialog"
:open.sync="isDeleteConversationDialogOpen"
:name="t('spreed','Delete Conversation')"
:name="t('spreed','Delete conversation')"
:message="deleteConversationDialogMessage"
container=".danger-zone">
<template #actions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<!-- confirmation required to delete conversation -->
<template v-if="isDialogOpen" #extra>
<NcDialog :open.sync="isDialogOpen"
:name="t('spreed','Delete Conversation')"
:name="t('spreed','Delete conversation')"
:message="dialogMessage"
:container="container">
<template #actions>
Expand Down

0 comments on commit 8ed11a0

Please sign in to comment.