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, diff --git a/src/components/RightSidebar/LobbyStatus.vue b/src/components/RightSidebar/LobbyStatus.vue index 0cd761467a0..5ec4c6a9d4b 100644 --- a/src/components/RightSidebar/LobbyStatus.vue +++ b/src/components/RightSidebar/LobbyStatus.vue @@ -42,7 +42,7 @@ async function disableLobby() { showSuccess(t('spreed', 'You opened the conversation to everyone')) } catch (e) { console.error('Error occurred when opening the conversation to everyone', e) - showError(t('spreed', 'Error occurred when opening the conversation to everyone')) + showError(t('spreed', 'An error occurred when opening the conversation to everyone')) } finally { isLobbyStateLoading.value = false } @@ -62,7 +62,7 @@ async function disableLobby() { - {{ t('spreed', 'Import e-mail participants') }} + {{ t('spreed', 'Import email participants') }}