diff options
-rw-r--r-- | template/en/default/list/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index ac022dc20..a12c39a9e 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -228,7 +228,7 @@ [% IF cgi.param('product').size == 1 && cgi.param('product') != "" %] <p> - <a href="enter_bug.cgi?product=[% cgi.param('product') FILTER url_quote %]">Fill + <a href="enter_bug.cgi?product=[% cgi.param('product') FILTER url_quote %]">File a new [% terms.bug %] in the "[% cgi.param('product') FILTER html %]" product</a> </p> [% END %] |