Skip to content

Commit

Permalink
fix(i18n): align 'importListDescription' format and example in string
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Jan 24, 2025
1 parent 0beee45 commit 5402082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImportEmailsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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):<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>)',
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>)',
undefined,
undefined, {
escape: true,
Expand Down

0 comments on commit 5402082

Please sign in to comment.