Skip to content
Snippets Groups Projects
Unverified Commit 9e9b0473 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

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

Make the footer "Get your own free account" translatable
parents 4be6aa52 cfca20c1
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment