summaryrefslogtreecommitdiffstats
path: root/template/en/default/account
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account')
-rw-r--r--template/en/default/account/prefs/permissions.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/account/prefs/permissions.html.tmpl b/template/en/default/account/prefs/permissions.html.tmpl
index 38bbfba5f..cc653c2ce 100644
--- a/template/en/default/account/prefs/permissions.html.tmpl
+++ b/template/en/default/account/prefs/permissions.html.tmpl
@@ -36,7 +36,7 @@
<tr>
<td>
[% IF has_bits.size %]
- You have the following permission [% terms.bits %] set on your account:
+ You have the following permission bits set on your account:
<table align="center">
[% FOREACH bit_description = has_bits %]
<tr>
@@ -63,7 +63,7 @@
[% END %]
[% ELSE %]
- There are no permission [% terms.bits %] set on your account.
+ There are no permission bits set on your account.
[% END %]
[% IF user.groups.editusers %]
@@ -72,7 +72,7 @@
all permissions for all users.
[% ELSIF set_bits.size %]
<br>
- And you can turn on or off the following [% terms.bits %] for
+ And you can turn on or off the following bits for
<a href="editusers.cgi">other users</a>:
<table align="center">
[% FOREACH bit_description = set_bits %]