Skip to content

Commit

Permalink
fix(i18n): replace string
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Dec 19, 2024
1 parent e0ebf4e commit f95083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConversationSettings/LobbySettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<template #icon>
<IconFileUpload :size="20" />
</template>
{{ t('spreed', 'Import e-mail participants') }}
{{ t('spreed', 'Import email participants') }}
</NcButton>

<ImportEmailsDialog v-if="isImportEmailsDialogOpen"
Expand Down

0 comments on commit f95083c

Please sign in to comment.