mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-25 01:54:50 +00:00
Add paragraph to tell admins that email announcements cannot be opted out (#34411)
This commit is contained in:
parent
eb695e6b17
commit
00cd218741
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
= material_symbol 'chevron_left'
|
||||
= t('admin.announcements.back')
|
||||
|
||||
.flash-message.info= t('admin.announcements.preview.disclaimer')
|
||||
|
||||
%p.lead
|
||||
= t('admin.announcements.preview.explanation_html', count: @user_count, display_count: number_with_delimiter(@user_count))
|
||||
|
||||
|
|
|
@ -319,6 +319,7 @@ en:
|
|||
create: Create announcement
|
||||
title: New announcement
|
||||
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:'
|
||||
title: Preview announcement notification
|
||||
publish: Publish
|
||||
|
|
Loading…
Add table
Reference in a new issue