From: Marc Schumann Date: Mon, 4 Nov 2013 22:14:57 +0000 (+0100) Subject: Bug 933353 - UNCONFIRMED hardcoded in product list. X-Git-Tag: bugzilla-4.5.2~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a34b264f159f1210fe619c1066759ee673c8d4;p=thirdparty%2Fbugzilla.git Bug 933353 - UNCONFIRMED hardcoded in product list. r=LpSolit; a=glob --- diff --git a/template/en/default/admin/products/list.html.tmpl b/template/en/default/admin/products/list.html.tmpl index 0776b677ca..364cf79e9c 100644 --- a/template/en/default/admin/products/list.html.tmpl +++ b/template/en/default/admin/products/list.html.tmpl @@ -46,7 +46,8 @@ }, { name => "allows_unconfirmed" - heading => "Allow UNCONFIRMED $terms.Bugs" + heading => "Allow " _ display_value('bug_status', 'UNCONFIRMED') _ + " " _ terms.Bugs yesno_field => 1 }, ] %]