diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/products/list.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
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 }, ] %] |