summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/choose-product.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/choose-product.html.tmpl')
-rw-r--r--template/en/default/global/choose-product.html.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl
index e79f7820d..5d6da1fc5 100644
--- a/template/en/default/global/choose-product.html.tmpl
+++ b/template/en/default/global/choose-product.html.tmpl
@@ -24,11 +24,13 @@
# are their descriptions.
#%]
+[% PROCESS global/variables.none.tmpl %]
+
[% IF target == "enter_bug.cgi" %]
- [% title = "Enter Bug" %]
- [% h2 = "First, you must pick a product on which to enter a bug." %]
+ [% title = "Enter $terms.Bug" %]
+ [% h2 = BLOCK %]First, you must pick a product on which to enter [% terms.abug %]. [% END %]
[% ELSIF target == "describecomponents.cgi" %]
- [% title = "Bugzilla Component Descriptions" %]
+ [% title = "$terms.Bugzilla Component Descriptions" %]
[% h2 = "Please specify the product whose components you want described." %]
[% END %]
@@ -50,7 +52,7 @@
[% END %]
</tr>
[% END %]
-
+
</table>
[% PROCESS global/footer.html.tmpl %]