From: lpsolit%gmail.com <> Date: Mon, 11 Apr 2005 01:04:04 +0000 (+0000) Subject: Bug 289570: Blank value always shown on target type code error from editflagtypes... X-Git-Tag: bugzilla-2.19.3~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02e18daba3de6b380c0a98fc3bcd150b8a96486a;p=thirdparty%2Fbugzilla.git Bug 289570: Blank value always shown on target type code error from editflagtypes.cgi - Patch by Teemu Mannermaa r=LpSolit a=myk --- diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index b4b4dcbd0d..d12036cd7d 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 [% terms.bug %] nor attachment - but rather [% variables.target_type FILTER html %]. + but rather [% target_type FILTER html %]. [% ELSIF error == "invalid_field_name" %] Can't use [% field FILTER html %] as a field name.