Skip to content

Commit

Permalink
Merge pull request #14208 from nextcloud/fix/14207/i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Antreesy authored Jan 29, 2025
2 parents 01b31a5 + 5402082 commit 66491fd
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 @@ -38,7 +38,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","john@example.tld"</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","john@example.tld"</samp>)',
undefined,
undefined, {
escape: true,
Expand Down

0 comments on commit 66491fd

Please sign in to comment.