diff options
author | timeless%mozdev.org <> | 2007-07-24 13:18:31 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-24 13:18:31 +0200 |
commit | 000f365fbbbbc77352937a2dd85c870be9986ff7 (patch) | |
tree | 4d14d45b22aa99fcc2ff401f95ea55a65b736360 | |
parent | 935402a2386230616da821a7ef15631c9d02ccbf (diff) | |
download | bugzilla-000f365fbbbbc77352937a2dd85c870be9986ff7.tar.gz bugzilla-000f365fbbbbc77352937a2dd85c870be9986ff7.tar.xz |
Bug 366380 Add component to Product 'product_name' is awkward
r=lpsolit a=lpsolit
-rw-r--r-- | template/en/default/admin/components/create.html.tmpl | 5 |
1 files changed, 1 insertions, 4 deletions
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 %] <form method="post" action="editcomponents.cgi"> |