Make the footer "Get your own free account" translatable

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2018-12-19 23:27:36 +01:00
parent ad9ece4e48
commit cfca20c14c
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
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
}