diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-09 14:04:31 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-09 14:04:31 -0700 |
commit | b308699b2c0453392c86215cecc4fe508a0e1762 (patch) | |
tree | 27b85bdd675e49598949bb416be46941d2a3b626 /template/en/default/global/user-error.html.tmpl | |
parent | f4c7bf2d3fcffb704ae0611d917c8d65b7cfccbc (diff) | |
download | bugs-b308699b2c0453392c86215cecc4fe508a0e1762.tar bugs-b308699b2c0453392c86215cecc4fe508a0e1762.tar.gz bugs-b308699b2c0453392c86215cecc4fe508a0e1762.tar.bz2 bugs-b308699b2c0453392c86215cecc4fe508a0e1762.tar.xz bugs-b308699b2c0453392c86215cecc4fe508a0e1762.zip |
Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.pl
r=glob, a=mkanat
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 2 insertions, 3 deletions
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" %] |