From 000f365fbbbbc77352937a2dd85c870be9986ff7 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Tue, 24 Jul 2007 11:18:31 +0000 Subject: Bug 366380 Add component to Product 'product_name' is awkward r=lpsolit a=lpsolit --- template/en/default/admin/components/create.html.tmpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'template/en/default/admin/components') diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 5b376bc79..cbf1546fc 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -25,12 +25,9 @@ # which the component belongs. #%] -[% title = BLOCK %]Add component to Product '[% product.name FILTER html %]'[% END %] -[% subheader = BLOCK %]This page allows you to add a new component to product - '[% product.name FILTER html %]'.[% END %] +[% title = BLOCK %]Add component to the [% product.name FILTER html %] product[% END %] [% PROCESS global/header.html.tmpl title = title - subheader = subheader %]
-- cgit v1.2.3-24-g4f1b