summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/groupcontrol
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/products/groupcontrol')
-rw-r--r--template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl2
-rw-r--r--template/en/default/admin/products/groupcontrol/edit.html.tmpl4
-rw-r--r--template/en/default/admin/products/groupcontrol/updated.html.tmpl4
3 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
index f9c836980..05abc5fdb 100644
--- a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
@@ -27,7 +27,7 @@
[% PROCESS global/header.html.tmpl title = title %]
[% FOREACH group = mandatory_groups %]
<P>
-group '[% group.name FILTER html %]' impacts [% group.count %]
+group '[% group.name FILTER html %]' impacts [% group.count %]
[%+ terms.bugs %] for
which the group is newly mandatory and will be added.
[% END %]
diff --git a/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/template/en/default/admin/products/groupcontrol/edit.html.tmpl
index 8c634ebfe..027c80172 100644
--- a/template/en/default/admin/products/groupcontrol/edit.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/edit.html.tmpl
@@ -23,8 +23,8 @@
[% title = BLOCK %]
Edit Group Controls for [% product.name FILTER html %]
[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
+[% PROCESS global/header.html.tmpl
+ title = title
%]
<form method="post" action="editproducts.cgi">
diff --git a/template/en/default/admin/products/groupcontrol/updated.html.tmpl b/template/en/default/admin/products/groupcontrol/updated.html.tmpl
index 353ce5c75..5bc7cd4d2 100644
--- a/template/en/default/admin/products/groupcontrol/updated.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/updated.html.tmpl
@@ -10,7 +10,7 @@
#
# The Original Code is the Bugzilla Bug Tracking System.
#
- # Contributor(s): André Batosti <batosti@async.com.br>
+ # Contributor(s): André Batosti <batosti@async.com.br>
#
#%]
@@ -37,7 +37,7 @@
[% IF changes._group_controls.now_mandatory.size %]
[% FOREACH g = changes._group_controls.now_mandatory %]
- Adding [% terms.bugs %] to group '[% g.name FILTER html %]' which is
+ Adding [% terms.bugs %] to group '[% g.name FILTER html %]' which is
mandatory for this product<p>
[% g.bug_count FILTER html %] [%+ terms.bugs %] added<p>
[% END %]