summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings/templates/help.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php
index 5786b6fd44e..79584aba84d 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -4,25 +4,25 @@
<li>
<a class="<?php p($_['style1']); ?>"
href="<?php print_unescaped($_['url1']); ?>">
- <?php p($l->t( 'User Documentation' )); ?>
+ <?php p($l->t('User documentation')); ?>
</a>
</li>
<li>
<a class="<?php p($_['style2']); ?>"
href="<?php print_unescaped($_['url2']); ?>">
- <?php p($l->t( 'Administrator Documentation' )); ?>
+ <?php p($l->t('Administrator documentation')); ?>
</a>
</li>
<?php } ?>
<li>
<a href="https://owncloud.org/support" target="_blank" rel="noreferrer">
- <?php p($l->t( 'Online Documentation' )); ?> ↗
+ <?php p($l->t('Online documentation')); ?> ↗
</a>
</li>
<li>
<a href="https://forum.owncloud.org" target="_blank" rel="noreferrer">
- <?php p($l->t( 'Forum' )); ?> ↗
+ <?php p($l->t('Forum')); ?> ↗
</a>
</li>
@@ -30,14 +30,14 @@
<li>
<a href="https://github.com/owncloud/core/blob/master/CONTRIBUTING.md"
target="_blank" rel="noreferrer">
- <?php p($l->t( 'Bugtracker' )); ?> ↗
+ <?php p($l->t('Issue tracker')); ?> ↗
</a>
</li>
<?php } ?>
<li>
<a href="https://owncloud.com/subscriptions/" target="_blank" rel="noreferrer">
- <?php p($l->t( 'Commercial Support' )); ?> ↗
+ <?php p($l->t('Commercial support')); ?> ↗
</a>
</li>
</div>