summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/updated.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/products/updated.html.tmpl')
-rw-r--r--template/en/default/admin/products/updated.html.tmpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl
index d93022a6e..5ddea6675 100644
--- a/template/en/default/admin/products/updated.html.tmpl
+++ b/template/en/default/admin/products/updated.html.tmpl
@@ -32,7 +32,7 @@
[% END %]
[% END %]
-[% title = BLOCK %]Updating Product '[% product.name FILTER html %]'
+[% title = BLOCK %]Updating Product '[% product.name FILTER html %]'
[% classification_text FILTER none %][% END %]
[% PROCESS global/header.html.tmpl
title = title
@@ -63,7 +63,7 @@
[% IF product.is_active %]
open for
[% ELSE %]
- closed to
+ closed to
[% END %]
new [% terms.bugs %].
</p>
@@ -79,15 +79,15 @@
[% IF changes.allows_unconfirmed.defined %]
<p>
[% IF product.allows_unconfirmed %]
- The product now allows the
+ The product now allows the
[%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status.
[% ELSE %]
- The product no longer allows the
+ The product no longer allows the
[%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status.
- Note that any
+ Note that any
<a href="buglist.cgi?product=
- [%- product.name FILTER uri %]&amp;bug_status=UNCONFIRMED">
- [%- terms.bugs %] that currently have the
+ [%- product.name FILTER uri %]&amp;bug_status=UNCONFIRMED">
+ [%- terms.bugs %] that currently have the
[%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status</a>
will remain in that status until they are edited.
[% END %]