From 28f597e1826bec448a93b59a53ca3e219e176a4a Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 19 Oct 2024 15:48:46 +0200 Subject: [PATCH] [ticket/17413] Use lang function in turnstile captcha PHPBB-17413 --- phpBB/styles/prosilver/template/captcha_turnstile.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/captcha_turnstile.html b/phpBB/styles/prosilver/template/captcha_turnstile.html index aed3f9299c..1cf4f4c792 100644 --- a/phpBB/styles/prosilver/template/captcha_turnstile.html +++ b/phpBB/styles/prosilver/template/captcha_turnstile.html @@ -1,8 +1,7 @@ {% if CONFIRM_TYPE_REGISTRATION %}
- -

{L_CONFIRMATION}

+

{{ lang('CONFIRMATION') }}

{% endif %} {% if S_TURNSTILE_AVAILABLE %}