Skip to content

Commit f319c2f

Browse files
Antreesybackportbot[bot]
authored andcommitted
fix(i18n): align 'importListDescription' format and example in string
Signed-off-by: Maksim Sukharev <[email protected]>
1 parent 6c2c499 commit f319c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ImportEmailsDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const uploadResultCaption = computed(() => {
3737
: { class: 'import-list__caption--success', label: t('spreed', 'Uploaded file is verified') }
3838
})
3939

40-
const importListDescription = t('spreed', 'Content format is comma-separated values (CSV):<br/>- Header line is required and must match <samp>"email","name"</samp> or just <samp>"email"</samp><br/>- One entry per line (e.g. <samp>"John Doe","[email protected]"</samp>)',
40+
const importListDescription = t('spreed', 'Content format is comma-separated values (CSV):<br/>- Header line is required and must match <samp>"name","email"</samp> or just <samp>"email"</samp><br/>- One entry per line (e.g. <samp>"John Doe","[email protected]"</samp>)',
4141
undefined,
4242
undefined, {
4343
escape: true,

0 commit comments

Comments
 (0)