From ae2b871037bebaef5a4acd52d0ca17c27079da08 Mon Sep 17 00:00:00 2001 From: Tobias Eigen Date: Fri, 11 Oct 2024 11:07:35 -0700 Subject: [PATCH] Add link to meta to forwarded emails behaviour desc (#29174) Added a link to https://meta.discourse.org/t/configuring-incoming-email-to-create-new-topics-or-group-messages/62977 to the `forwarded emails behaviour` setting description, to help admins learn how email forwarding works. --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 49e77e75b0b..aa829f8f07a 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2324,7 +2324,7 @@ en: blocked_attachment_content_types: "List of keywords used to blocklist attachments based on the content type." blocked_attachment_filenames: "List of keywords used to blocklist attachments based on the filename." - forwarded_emails_behaviour: "How to treat a forwarded email to Discourse" + forwarded_emails_behaviour: "How to treat a forwarded email to Discourse. Learn more" always_show_trimmed_content: "Always show trimmed part of incoming emails. WARNING: might reveal email addresses." trim_incoming_emails: "Trim part of the incoming emails that isn't relevant." private_email: "Don't include content from posts or topics in email title or email body. NOTE: also disables digest emails."