From ab017c90c8c6a4bf5e0c3c858686170ae098674e Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 23 Aug 2017 20:04:28 -0700 Subject: [PATCH] improved email bad destination error copy --- 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 ed8d57f6e45..9485c76f594 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2244,7 +2244,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - None of the destination email addresses are recognized. Please make sure that you are sending to the correct email address provided by staff. + None of the destination email addresses are recognized, or the Message-ID header in the email has been modified. Please make sure that you are sending to the correct email address provided by staff. email_reject_topic_not_found: title: "Email Reject Topic Not Found"