diff options
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 2 |
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. |