]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 289570: Blank value always shown on target type code error from editflagtypes...
authorlpsolit%gmail.com <>
Mon, 11 Apr 2005 01:04:04 +0000 (01:04 +0000)
committerlpsolit%gmail.com <>
Mon, 11 Apr 2005 01:04:04 +0000 (01:04 +0000)
template/en/default/global/code-error.html.tmpl

index b4b4dcbd0d64fd1853bb0828ee2d9e38d9fca8f8..d12036cd7d4e1c5ae6435f9826e7db1d258d43a2 100644 (file)
   
   [% 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.