Make the footer "Get your own free account" translatable
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
parent
ad9ece4e48
commit
cfca20c14c
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue