summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-07-24 13:18:31 +0200
committertimeless%mozdev.org <>2007-07-24 13:18:31 +0200
commit000f365fbbbbc77352937a2dd85c870be9986ff7 (patch)
tree4d14d45b22aa99fcc2ff401f95ea55a65b736360 /template/en/default/admin/components
parent935402a2386230616da821a7ef15631c9d02ccbf (diff)
downloadbugzilla-000f365fbbbbc77352937a2dd85c870be9986ff7.tar.gz
bugzilla-000f365fbbbbc77352937a2dd85c870be9986ff7.tar.xz
Bug 366380 Add component to Product 'product_name' is awkward
r=lpsolit a=lpsolit
Diffstat (limited to 'template/en/default/admin/components')
-rw-r--r--template/en/default/admin/components/create.html.tmpl5
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">