Merge pull request #2131 from nextcloud/fix-tabs-in-translation

convert text to single line so tabs in translation issue is fixed
This commit is contained in:
Roeland Jago Douma 2016-11-16 23:25:07 +01:00 committed by GitHub
commit ff44adbcb4

View File

@ -182,12 +182,16 @@ if($_['passwordChangeSupported']) {
</a> </a>
<p> <p>
<?php print_unescaped($l->t('If you want to support the project <?php print_unescaped(str_replace(
<a href="https://nextcloud.com/contribute" [
target="_blank" rel="noreferrer">join development</a> '{contributeopen}',
or '{linkclose}',
<a href="https://nextcloud.com/contribute" ],
target="_blank" rel="noreferrer">spread the word</a>!'));?> [
'<a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">',
'</a>',
],
$l->t('If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!'))); ?>
</p> </p>
<?php if(OC_APP::isEnabled('firstrunwizard')) {?> <?php if(OC_APP::isEnabled('firstrunwizard')) {?>