diff options
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index c5c01f401..507612a8c 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -274,9 +274,6 @@ The flag type [% type FILTER html %] is inactive and cannot be used to create new flags. - [% ELSIF error == "flag_type_nonexistent" %] - There is no flag type with the ID <em>[% id FILTER html %]</em>. - [% ELSIF error == "flag_type_target_type_invalid" %] The target type was neither <em>[% terms.bug %]</em> nor <em>attachment</em> but rather <em>[% target_type FILTER html %]</em>. |