diff options
author | mkanat%bugzilla.org <> | 2006-09-10 11:20:24 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-09-10 11:20:24 +0200 |
commit | 1a4d88f3293090175276c9b81cfe6727483f7ae8 (patch) | |
tree | bb0c7ada3af86a2c6e863b5f558116add8c3ad4a /template/en | |
parent | 38703b61ea57237fbca0becdb3e5dde0066627d0 (diff) | |
download | bugzilla-1a4d88f3293090175276c9b81cfe6727483f7ae8.tar.gz bugzilla-1a4d88f3293090175276c9b81cfe6727483f7ae8.tar.xz |
Bug 351332: Move Group validation into Bugzilla::Bug from post_bug.cgi
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index b0d7fcda8..532226f86 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -152,8 +152,8 @@ A legal [% field FILTER html %] was not set. [% ELSIF error == "inactive_group" %] - Attempted to add [% terms.bug %] to an inactive group, identified by the bit - '[% bit FILTER html %]'. + Attempted to add [% terms.bug %] to the '[% name FILTER html %]' + group, which is not used for bugs. [% ELSIF error == "invalid_attach_id_to_obsolete" %] The attachment number of one of the attachments you wanted to obsolete, |