aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2002-10-25 10:59:26 +0000
committerbugreport%peshkin.net <>2002-10-25 10:59:26 +0000
commit7d1af605344e93b289e46c9d5520532b6f2cad15 (patch)
tree74e59342af2e8e550c79b379957de26d6a779cf7 /template/en/default/global/code-error.html.tmpl
parent80b04d87987037a62e3755beeca519246d99b319 (diff)
downloadbugs-7d1af605344e93b289e46c9d5520532b6f2cad15.tar
bugs-7d1af605344e93b289e46c9d5520532b6f2cad15.tar.gz
bugs-7d1af605344e93b289e46c9d5520532b6f2cad15.tar.bz2
bugs-7d1af605344e93b289e46c9d5520532b6f2cad15.tar.xz
bugs-7d1af605344e93b289e46c9d5520532b6f2cad15.zip
Bug 162990 Shorthand/wildcard entry for login names in assign, cc, qa, fields
patch by not_erik@dasbistro.com r=joel, myk
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index beca23562..1ec1c4626 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -90,6 +90,10 @@
Attempted to add bug to an inactive group, identified by the bit
'[% bit FILTER html %]'.
+ [% ELSIF error == "bad_arg" %]
+ Bad argument <code>[% argument %]</code> sent to
+ <code>[% function %]</code> function.
+
[% ELSIF error == "invalid_attach_id_to_obsolete" %]
The attachment number of one of the attachments you wanted to obsolete,
[% attach_id FILTER html %], is invalid.