diff --git a/src/components/ImportEmailsDialog.vue b/src/components/ImportEmailsDialog.vue
index b8820b728fe..39df4385f04 100644
--- a/src/components/ImportEmailsDialog.vue
+++ b/src/components/ImportEmailsDialog.vue
@@ -37,7 +37,7 @@ const uploadResultCaption = computed(() => {
: { class: 'import-list__caption--success', label: t('spreed', 'Uploaded file is verified') }
})
-const importListDescription = t('spreed', 'Content format is Comma Separated Values (CSV):
- Header line is required and must match "email","name" or just "email"
- One entry per line (e.g. "John Doe","john@example.tld")',
+const importListDescription = t('spreed', 'Content format is comma-separated values (CSV):
- Header line is required and must match "email","name" or just "email"
- One entry per line (e.g. "John Doe","john@example.tld")',
undefined,
undefined, {
escape: true,