Commit 4816fb91 authored by kiko%async.com.br's avatar kiko%async.com.br

Fix for bug 252840: Provide product name in enter bug page title. r,a=myk.

parent 1c3dd5de
......@@ -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();"
%]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment