summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-08-16 13:22:45 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-08-16 13:22:45 +0200
commit47b092002eca10bbc9f87f6ac5da77bdf0f36832 (patch)
treebb725cbef85b65817941b6b54b170cd158256509 /template
parente9a17f74d8d28754b04d3820eaea6ba2861f5866 (diff)
downloadbugzilla-47b092002eca10bbc9f87f6ac5da77bdf0f36832.tar.gz
bugzilla-47b092002eca10bbc9f87f6ac5da77bdf0f36832.tar.xz
Bug 678844: When trying to edit a non-existent classification, the error message has missing words
r=glob a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index b3d92e45e..52c6156b6 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1794,6 +1794,10 @@
attachment
[% ELSIF class == "Bugzilla::User" %]
user
+ [% ELSIF class == "Bugzilla::Classification" %]
+ classification
+ [% ELSIF class == "Bugzilla::Product" %]
+ product
[% ELSIF class == "Bugzilla::Component" %]
component
[% ELSIF class == "Bugzilla::Version" %]
@@ -1812,8 +1816,6 @@
group
[% ELSIF class == "Bugzilla::Keyword" %]
keyword
- [% ELSIF class == "Bugzilla::Product" %]
- product
[% ELSIF class == "Bugzilla::Search::Recent" %]
recent search
[% ELSIF class == "Bugzilla::Search::Saved" %]