From: Tiago Mello Date: Fri, 28 May 2010 20:49:22 +0000 (+0200) Subject: Bug 568609: Duplicated "Bugzilla" word in the page header of describecomponents.cgi X-Git-Tag: bugzilla-3.6.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6aa9a73e529b4132a672786158efd3b5e95e416;p=thirdparty%2Fbugzilla.git Bug 568609: Duplicated "Bugzilla" word in the page header of describecomponents.cgi r/a=LpSolit --- diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index 2ce1ef497a..5c9ad0916b 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -33,7 +33,7 @@ [% title = "Enter $terms.Bug" %] [% h2 = BLOCK %]First, you must pick a product on which to enter [% terms.abug %]: [% END %] [% ELSIF target == "describecomponents.cgi" %] - [% title = "$terms.Bugzilla: Browse" %] + [% title = "Browse" %] [% h2 = "Select a product category to browse:" %] [% END %]