We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa9f8a commit 3120ac1Copy full SHA for 3120ac1
1 file changed
web/templates/admin/edit_server.html
@@ -1058,7 +1058,7 @@
1058
<?}?>
1059
<tr>
1060
<td class="vst-text input-label">
1061
- <?php print _('Users can edit their account details');?>
+ <?php print _('Allow users to edit their account details');?>
1062
</td>
1063
</tr>
1064
@@ -1072,7 +1072,7 @@
1072
1073
1074
1075
- <?php print _('Users can view their action and login history logs');?>
+ <?php print _('Allow users to view action and login history logs');?>
1076
1077
1078
@@ -1086,7 +1086,7 @@
1086
1087
1088
1089
- <?php print _('Users can delete their action and login history logs');?>
+ <?php print _('Allow users to delete action and login history logs');?>
1090
1091
1092
0 commit comments