Skip to content

Commit 3120ac1

Browse files
author
Kristan Kenney
committed
Update string
1 parent 4fa9f8a commit 3120ac1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/templates/admin/edit_server.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@
10581058
<?}?>
10591059
<tr>
10601060
<td class="vst-text input-label">
1061-
<?php print _('Users can edit their account details');?>
1061+
<?php print _('Allow users to edit their account details');?>
10621062
</td>
10631063
</tr>
10641064
<tr>
@@ -1072,7 +1072,7 @@
10721072
</tr>
10731073
<tr>
10741074
<td class="vst-text input-label">
1075-
<?php print _('Users can view their action and login history logs');?>
1075+
<?php print _('Allow users to view action and login history logs');?>
10761076
</td>
10771077
</tr>
10781078
<tr>
@@ -1086,7 +1086,7 @@
10861086
</tr>
10871087
<tr>
10881088
<td class="vst-text input-label">
1089-
<?php print _('Users can delete their action and login history logs');?>
1089+
<?php print _('Allow users to delete action and login history logs');?>
10901090
</td>
10911091
</tr>
10921092
<tr>

0 commit comments

Comments
 (0)