diff options
-rw-r--r-- | core/templates/layout.public.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php index 8a87e88a16c..ad9a1e370eb 100644 --- a/core/templates/layout.public.php +++ b/core/templates/layout.public.php @@ -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 } |