diff options
-rw-r--r-- | template/en/default/admin/groups/delete.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/groups/delete.html.tmpl b/template/en/default/admin/groups/delete.html.tmpl index e847adad8..d1f1936bd 100644 --- a/template/en/default/admin/groups/delete.html.tmpl +++ b/template/en/default/admin/groups/delete.html.tmpl @@ -57,7 +57,7 @@ <p><b>One or more users belong to this group. You cannot delete this group while there are users in it.</b> - <br><a href="editusers.cgi?action=list&groupid=[% gid FILTER html %]&grouprestrict=1">Show + <br><a href="editusers.cgi?action=list&groupid=[% gid FILTER html %]&grouprestrict=1">Show me which users</a> - <input type="checkbox" name="removeusers">Remove all users from this group for me.</p> [% END %] @@ -88,7 +88,7 @@ <p><b>This group restricts who can make changes to flags of certain types. You cannot delete this group while there are flag types using it.</b> - <br><a href="editflagtypes.cgi?action=list&group=[% gid FILTER html %]">Show + <br><a href="editflagtypes.cgi?action=list&group=[% gid FILTER html %]">Show me which types</a> - <input type="checkbox" name="removeflags">Remove all flag types from this group for me.</p> [% END %] |