From b308699b2c0453392c86215cecc4fe508a0e1762 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 9 Aug 2011 14:04:31 -0700 Subject: Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.pl r=glob, a=mkanat --- template/en/default/global/user-error.html.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index a63d42d76..dc0481a67 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -443,9 +443,8 @@ [% title = "Email Address Confirmation Failed" %] Email address confirmation failed. - [% ELSIF error == "email_no_text_plain" %] - Your message did not contain any text. [% terms.Bugzilla %] does not - accept HTML-only email. + [% ELSIF error == "email_no_body" %] + Your message did not contain any text, as far as we could tell. [% ELSIF error == "empty_group_description" %] [% title = "The group description can not be empty" %] -- cgit v1.2.3-24-g4f1b