summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-15 11:23:11 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-16 10:07:39 +0100
commit317b132d3118065445af174bdb4cb8dfe836ee0d (patch)
treeae8321408fc0f6f57f4ce027b23d48bb89ae4221 /settings
parent3c00ff2616ce47988b635447bbe55fe4ff25585e (diff)
downloadnextcloud-server-317b132d3118065445af174bdb4cb8dfe836ee0d.tar.gz
nextcloud-server-317b132d3118065445af174bdb4cb8dfe836ee0d.zip
convert text to single line so tabs in translation issue is fixed
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/personal.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index ea1c7ba6459..41c04ac48cd 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -182,12 +182,7 @@ if($_['passwordChangeSupported']) {
</a>
<p>
- <?php print_unescaped($l->t('If you want to support the project
- <a href="https://nextcloud.com/contribute"
- target="_blank" rel="noreferrer">join development</a>
- or
- <a href="https://nextcloud.com/contribute"
- target="_blank" rel="noreferrer">spread the word</a>!'));?>
+ <?php print_unescaped($l->t('If you want to support the project <a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">join development</a> or <a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">spread the word</a>!'));?>
</p>
<?php if(OC_APP::isEnabled('firstrunwizard')) {?>