From f7a34b264f159f1210fe619c1066759ee673c8d4 Mon Sep 17 00:00:00 2001 From: Marc Schumann Date: Mon, 4 Nov 2013 23:14:57 +0100 Subject: Bug 933353 - UNCONFIRMED hardcoded in product list. r=LpSolit; a=glob --- template/en/default/admin/products/list.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/admin/products/list.html.tmpl b/template/en/default/admin/products/list.html.tmpl index 0776b677c..364cf79e9 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 }, ] %] -- cgit v1.2.3-24-g4f1b