Przeglądaj źródła

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

convert text to single line so tabs in translation issue is fixed
tags/v11.0RC2
Roeland Jago Douma 7 lat temu
rodzic
commit
ff44adbcb4
1 zmienionych plików z 10 dodań i 6 usunięć
  1. 10
    6
      settings/templates/personal.php

+ 10
- 6
settings/templates/personal.php Wyświetl plik

@@ -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')) {?>

Ładowanie…
Anuluj
Zapisz