summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-11-26 01:08:58 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2011-11-26 01:08:58 +0100
commitc9aaffd4541554af069e4ac097c39f567b02f55a (patch)
tree13498d0860a3d4616f26d5f56e767f382678c682 /template/en/default/global
parent92cb17e05cecb4093ee9e189347ba66b8844528a (diff)
downloadbugzilla-c9aaffd4541554af069e4ac097c39f567b02f55a.tar.gz
bugzilla-c9aaffd4541554af069e4ac097c39f567b02f55a.tar.xz
Bug 255606: Do not let buglist.cgi return all bugs by default
r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/messages.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl
index a550273db..f5746ba08 100644
--- a/template/en/default/global/messages.html.tmpl
+++ b/template/en/default/global/messages.html.tmpl
@@ -920,6 +920,10 @@
No changes made to version <em>[% version.name FILTER html %]</em>.
[% END %]
+ [% ELSIF message_tag == "whine_query_failed" %]
+ The query '[% query_name FILTER html %]' from [% author.login FILTER html %]
+ failed: [% reason FILTER html %]
+
[% ELSIF message_tag == "workflow_updated" %]
The workflow has been updated.
[% END %]