From: timeless%mozdev.org <> Date: Tue, 24 Jul 2007 11:18:31 +0000 (+0000) Subject: Bug 366380 Add component to Product 'product_name' is awkward X-Git-Tag: bugzilla-3.1.2~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=000f365fbbbbc77352937a2dd85c870be9986ff7;p=thirdparty%2Fbugzilla.git Bug 366380 Add component to Product 'product_name' is awkward r=lpsolit a=lpsolit --- diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 5b376bc797..cbf1546fcf 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 %]