mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-11 12:11:12 +00:00
Add paragraph to tell admins that email announcements cannot be opted out (#34411)
This commit is contained in:
parent
eb695e6b17
commit
00cd218741
|
@ -7,6 +7,8 @@
|
||||||
= material_symbol 'chevron_left'
|
= material_symbol 'chevron_left'
|
||||||
= t('admin.announcements.back')
|
= t('admin.announcements.back')
|
||||||
|
|
||||||
|
.flash-message.info= t('admin.announcements.preview.disclaimer')
|
||||||
|
|
||||||
%p.lead
|
%p.lead
|
||||||
= t('admin.announcements.preview.explanation_html', count: @user_count, display_count: number_with_delimiter(@user_count))
|
= t('admin.announcements.preview.explanation_html', count: @user_count, display_count: number_with_delimiter(@user_count))
|
||||||
|
|
||||||
|
|
|
@ -319,6 +319,7 @@ en:
|
||||||
create: Create announcement
|
create: Create announcement
|
||||||
title: New announcement
|
title: New announcement
|
||||||
preview:
|
preview:
|
||||||
|
disclaimer: As users cannot opt out of them, email notifications should be limited to important announcements such as personal data breach or server closure notifications.
|
||||||
explanation_html: 'The email will be sent to <strong>%{display_count} users</strong>. The following text will be included in the e-mail:'
|
explanation_html: 'The email will be sent to <strong>%{display_count} users</strong>. The following text will be included in the e-mail:'
|
||||||
title: Preview announcement notification
|
title: Preview announcement notification
|
||||||
publish: Publish
|
publish: Publish
|
||||||
|
|
Loading…
Reference in New Issue
Block a user