diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-15 11:23:11 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-16 10:07:39 +0100 |
commit | 317b132d3118065445af174bdb4cb8dfe836ee0d (patch) | |
tree | ae8321408fc0f6f57f4ce027b23d48bb89ae4221 /settings | |
parent | 3c00ff2616ce47988b635447bbe55fe4ff25585e (diff) | |
download | nextcloud-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.php | 7 |
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')) {?> |