From: gerv%gerv.net <>
Date: Tue, 8 Oct 2002 05:20:52 +0000 (+0000)
Subject: Bug 173027 - code-error.html.tmpl misses a . Patch by burnus; r=gerv.
X-Git-Tag: bugzilla-2.17.1~78
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cdbfa01288bb9739fe080e6f443d8672992cea3;p=thirdparty%2Fbugzilla.git
Bug 173027 - code-error.html.tmpl misses a . Patch by burnus; r=gerv.
---
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 572c216c69..15db7d1254 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -105,7 +105,7 @@
The flag status [% variables.status FILTER html %] is invalid.
[% ELSIF error == "flag_type_component_nonexistent" %]
- The component [% variables.component FILTER html %] does not exist
+ The component [% variables.component FILTER html %] does not exist
in the product [% variables.product FILTER html %].
[% ELSIF error == "flag_type_component_without_product" %]