From cfca20c14c926068ce971eb3e48cd4742cbb3a75 Mon Sep 17 00:00:00 2001 From: Michael Weimann <mail@michael-weimann.eu> Date: Wed, 19 Dec 2018 23:27:36 +0100 Subject: [PATCH] Make the footer "Get your own free account" translatable Signed-off-by: Michael Weimann <mail@michael-weimann.eu> --- core/templates/layout.public.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 } -- GitLab