diff options
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 571a263ed..3abf75268 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -22,8 +22,9 @@ [% PROCESS global/variables.none.tmpl %] +[% product_name = product FILTER html %] [% PROCESS global/header.html.tmpl - title = "Enter $terms.Bug" + title = "Enter $terms.Bug: $product_name" h2 = "This page lets you enter a new $terms.bug into ${terms.Bugzilla}." onload="set_assign_to();" %] |