diff options
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/components/confirm-delete.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl index 53bba1e35..d0a1385f1 100644 --- a/template/en/default/admin/components/confirm-delete.html.tmpl +++ b/template/en/default/admin/components/confirm-delete.html.tmpl @@ -82,8 +82,8 @@ from '[% product.name FILTER html %]' product </tr> <tr> - <TD VALIGN="top">Closed for [% terms.bugs %]:</TD> - <TD VALIGN="top">[% IF product.disallow_new %]Yes[% ELSE %]No[% END %]</td> + <TD VALIGN="top">Open for [% terms.bugs %]:</TD> + <TD VALIGN="top">[% IF product.is_active %]Yes[% ELSE %]No[% END %]</td> </tr> <tr> <td valign="top">[% terms.Bugs %]:</td> |