From 5cdbfa01288bb9739fe080e6f443d8672992cea3 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 8 Oct 2002 05:20:52 +0000 Subject: Bug 173027 - code-error.html.tmpl misses a . Patch by burnus; r=gerv. --- template/en/default/global/code-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global/code-error.html.tmpl') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 572c216c6..15db7d125 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" %] -- cgit v1.2.3-24-g4f1b