diff options
Diffstat (limited to 'apps/settings/templates/help.php')
-rw-r--r-- | apps/settings/templates/help.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/templates/help.php b/apps/settings/templates/help.php index 649178c15d1..1b912d3d904 100644 --- a/apps/settings/templates/help.php +++ b/apps/settings/templates/help.php @@ -12,7 +12,7 @@ } ?> href="<?php print_unescaped($_['urlUserDocs']); ?>"> <span class="help-list__text"> - <?php p($l->t('User documentation')); ?> + <?php p($l->t('Account documentation')); ?> </span> </a> </li> @@ -25,7 +25,7 @@ } ?> href="<?php print_unescaped($_['urlAdminDocs']); ?>"> <span class="help-list__text"> - <?php p($l->t('Administrator documentation')); ?> + <?php p($l->t('Administration documentation')); ?> </span> </a> </li> |