Merge pull request #13163 from nextcloud/bug/13139/footer-translatable

Make the footer "Get your own free account" translatable
This commit is contained in:
Roeland Jago Douma 2018-12-20 07:46:23 +01:00 committed by GitHub
commit 9e9b04737e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,9 @@
if ($_['showSimpleSignUpLink']) {
?>
<p>
<a href="https://nextcloud.com/signup/" target="_blank" rel="noreferrer noopener">Get your own free account</a>
<a href="https://nextcloud.com/signup/" target="_blank" rel="noreferrer noopener">
<?php p($l->t('Get your own free account')); ?>
</a>
</p>
<?php
}