diff --git a/src/js/components/Configuration/AutoReminderInformation.vue b/src/js/components/Configuration/AutoReminderInformation.vue index 09638a904..6b87d7e58 100644 --- a/src/js/components/Configuration/AutoReminderInformation.vue +++ b/src/js/components/Configuration/AutoReminderInformation.vue @@ -22,25 +22,23 @@ - {{ t('polls', 'The automatic reminder is sent to all shares via email:') }} - 1. {{ t('polls', 'For polls with expiration:') }} + {{ t('polls', 'The automatic reminder is sent to all shares via email:') }} + {{ t('polls', 'For polls with expiration:') }} - - {{ t('polls', '48 hours before the expiration date, if the poll is created more than 5 days before the expiration.') }} - - {{ t('polls', '36 hours before the expiration date, if the poll is created more than 2 and less than 5 days before the expiration.') }} + {{ t('polls', '48 hours before the expiration date, if the poll is created more than 5 days before the expiration.') }} + {{ t('polls', '36 hours before the expiration date, if the poll is created more than 2 and less than 5 days before the expiration.') }} - - 2. {{ t('polls', 'For date polls without expiration:') }} + {{ t('polls', 'For date polls without expiration:') }} - - {{ t('polls', '48 hours before the first date option, if the poll is created more than 5 days before the first date option.') }} - - {{ t('polls', '36 hours before the first date option, if the poll is created more than 2 and less than 5 days before the first date option.') }} + {{ t('polls', '48 hours before the first date option, if the poll is created more than 5 days before the first date option.') }} + {{ t('polls', '36 hours before the first date option, if the poll is created more than 2 and less than 5 days before the first date option.') }} - - 3. {{ t('polls', 'No reminder is sent:') }} + {{ t('polls', 'No reminder is sent:') }} - - {{ t('polls', 'For text polls without expiration.') }} - - {{ t('polls', 'For polls created less than 2 days before the expiration.') }} - - {{ t('polls', 'If a share already got a reminder (no matter, if the expiration date got changed).') }} - - {{ t('polls', 'If the poll is already closed.') }} + {{ t('polls', 'For text polls without expiration.') }} + {{ t('polls', 'For polls created less than 2 days before the expiration.') }} + {{ t('polls', 'If a share already got a reminder (no matter, if the expiration date got changed).') }} + {{ t('polls', 'If the poll is already closed.') }} @@ -54,6 +52,15 @@ export default {
{{ t('polls', 'The automatic reminder is sent to all shares via email:') }}
1. {{ t('polls', 'For polls with expiration:') }}
2. {{ t('polls', 'For date polls without expiration:') }}
3. {{ t('polls', 'No reminder is sent:') }}