From 48d04e934d2af3aa81438fd40313ee595fea2eef Mon Sep 17 00:00:00 2001 From: Tobias Eigen Date: Tue, 20 Apr 2021 07:16:04 -0700 Subject: [PATCH] added "in kB" to email total attachment limit (#12765) --- 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 ad261ea81f4..32878142791 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1993,7 +1993,7 @@ en: forwarded_emails_behaviour: "How to treat a forwarded email to Discourse" 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 email title or email body. NOTE: also disables digest emails." - email_total_attachment_size_limit_kb: "Max total size of files attached to outgoing emails. Set to 0 to disable sending of attachments." + email_total_attachment_size_limit_kb: "Max total size of files attached to outgoing emails in kB. Set to 0 to disable sending of attachments." post_excerpts_in_emails: "In notification emails, always send excerpts instead of full posts" raw_email_max_length: "How many characters should be stored for incoming email." raw_rejected_email_max_length: "How many characters should be stored for rejected incoming email."