diff options
author | mkanat%bugzilla.org <> | 2006-10-17 15:20:35 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-10-17 15:20:35 +0200 |
commit | 1d5410c712a3cf152c54c597c50894e482bcd0f2 (patch) | |
tree | 7a727d45734e100e9995703d8b66939a1f447b3c /template | |
parent | fcd10254fead1576d691b3a0ba212c67239c0b3e (diff) | |
download | bugzilla-1d5410c712a3cf152c54c597c50894e482bcd0f2.tar.gz bugzilla-1d5410c712a3cf152c54c597c50894e482bcd0f2.tar.xz |
Bug 350921: [email_in] Create an email interface that can create a bug in Bugzilla
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 3fdc24d4d..bd3f29e11 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -380,6 +380,10 @@ [% 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, or HTML email with attachments. + [% ELSIF error == "empty_group_description" %] [% title = "The group description can not be empty" %] You must enter a description for the group. |