convert text to single line so tabs in translation issue is fixed
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
3c00ff2616
commit
317b132d31
1 changed files with 1 additions and 6 deletions
|
@ -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')) {?>
|
||||
|
|
Loading…
Reference in a new issue