1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-05 20:16:00 +02:00

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

convert text to single line so tabs in translation issue is fixed
Esse commit está contido em:
Roeland Jago Douma 2016-11-16 23:25:07 +01:00 commit de GitHub
commit ff44adbcb4

Ver arquivo

@ -182,12 +182,16 @@ 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(str_replace(
[
'{contributeopen}',
'{linkclose}',
],
[
'<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>
<?php if(OC_APP::isEnabled('firstrunwizard')) {?>