Commit c104aa56 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 488942: The term "bookmarkable template" is meaningless to new users, change to "Make Template"

parent bc69ce1e
...@@ -56,8 +56,7 @@ Bugzilla::User::match_field ({ ...@@ -56,8 +56,7 @@ Bugzilla::User::match_field ({
if (defined $cgi->param('maketemplate')) { if (defined $cgi->param('maketemplate')) {
$vars->{'url'} = $cgi->canonicalise_query('token'); $vars->{'url'} = $cgi->canonicalise_query('token');
$vars->{'short_desc'} = $cgi->param('short_desc');
print $cgi->header(); print $cgi->header();
$template->process("bug/create/make-template.html.tmpl", $vars) $template->process("bug/create/make-template.html.tmpl", $vars)
|| ThrowTemplateError($template->error()); || ThrowTemplateError($template->error());
......
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