From 3b0e91938ac7d12241c343abdc51420be7c7776b Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 4 Aug 2021 17:43:04 +0200 Subject: [PATCH] add explanation text for remaining notification settings --- app/views/admin/settings/notifications_settings/show.html.erb | 3 +++ config/locales/en.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/app/views/admin/settings/notifications_settings/show.html.erb b/app/views/admin/settings/notifications_settings/show.html.erb index b3259d5213..078066b1ad 100644 --- a/app/views/admin/settings/notifications_settings/show.html.erb +++ b/app/views/admin/settings/notifications_settings/show.html.erb @@ -66,6 +66,9 @@ See docs/COPYRIGHT.rdoc for more details. <%= notification_field notifiable %> <% end %> + + <%= t(:'settings.notifications.events_explanation') %> + diff --git a/config/locales/en.yml b/config/locales/en.yml index 1d0508b4dd..ebc45742c4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2506,6 +2506,7 @@ en: will be kept in the system. Any events older than this time will be deleted. delay_minutes_explanation: "Email sending can be delayed to allow users with configured in app notification to confirm the notification within the application before a mail is sent out. Users who read a notification within the application will not receive an email for the already read notification." email_digest_explanation: "Once a day, an email digest can be sent out containing a collection of all the notification users subscribed to. The setting is relative to each users configured time zone, so e.g. 8:00 will be executed at 7:00 UTC for users in UTC+1 and 9:00 UTC for those in UTC-1." + events_explanation: 'Governs for which event an email is sent out. Work packages are excluded from this list as the notifications for them can be configured specifically for every user.' display: first_date_of_week_and_year_set: > If either options "%{day_of_week_setting_name}" or "%{first_week_setting_name}" are set,