From d51a495dadd09e92f4899f08ccd5e6200102ab29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Thu, 16 May 2019 11:35:33 +0200 Subject: [PATCH] COPY: improve 'private_email' site setting description --- 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 c1d65739531..f227b2c0d38 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1795,7 +1795,7 @@ en: enable_forwarded_emails: "[BETA] Allow users to create a topic by forwarding an email in." always_show_trimmed_content: "Always show trimmed part of incoming emails. WARNING: might reveal email addresses." - private_email: "Don't include content from posts or topics in emails for extra privacy. NOTE: also disabled digest emails." + private_email: "Don't include content from posts or topics in email title or email body. NOTE: also disables digest emails." manual_polling_enabled: "Push emails using the API for email replies." pop3_polling_enabled: "Poll via POP3 for email replies."