From 19bdf7be90ffec83e9f64ed5ed820f12a0212fe7 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 22 Sep 2014 13:04:05 -0700 Subject: [PATCH] improve HTML plain text email 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 4de1df17b45..b6a50a9b9e5 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1457,7 +1457,7 @@ en: We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. We couldn't find any content in the email. Make sure that you wrote something at the top of the email - we can't parse inline replies. - If you're getting this and you did include content, try again in UTF-8 plain text (no HTML). + If you're getting this and you did include content, try again with HTML content included in your email (not just plain text only). email_reject_parsing: subject_template: "Email issue -- Content unrecognized"