summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-04-11 03:04:04 +0200
committerlpsolit%gmail.com <>2005-04-11 03:04:04 +0200
commit02e18daba3de6b380c0a98fc3bcd150b8a96486a (patch)
treee62da6758228d0b786fd69ce15b661d96f783210 /template
parentd564d223b5b7ebac62c84f60ebb715dd82f5a152 (diff)
downloadbugzilla-02e18daba3de6b380c0a98fc3bcd150b8a96486a.tar.gz
bugzilla-02e18daba3de6b380c0a98fc3bcd150b8a96486a.tar.xz
Bug 289570: Blank value always shown on target type code error from editflagtypes.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/code-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index b4b4dcbd0..d12036cd7 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -177,7 +177,7 @@
[% ELSIF error == "flag_type_target_type_invalid" %]
The target type was neither <em>[% terms.bug %]</em> nor <em>attachment</em>
- but rather <em>[% variables.target_type FILTER html %]</em>.
+ but rather <em>[% target_type FILTER html %]</em>.
[% ELSIF error == "invalid_field_name" %]
Can't use [% field FILTER html %] as a field name.