Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-15 13:23:11 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-16 12:07:39 +0300
commit317b132d3118065445af174bdb4cb8dfe836ee0d (patch)
treeae8321408fc0f6f57f4ce027b23d48bb89ae4221 /settings/templates
parent3c00ff2616ce47988b635447bbe55fe4ff25585e (diff)
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/templates')
-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')) {?>