[ticket/17413] Use lang function in turnstile captcha

PHPBB-17413
This commit is contained in:
Marc Alexander 2024-10-19 15:48:46 +02:00
parent 687448be49
commit 28f597e182
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -1,8 +1,7 @@
{% if CONFIRM_TYPE_REGISTRATION %}
<div class="panel captcha-panel">
<div class="inner">
<h3 class="captcha-title">{L_CONFIRMATION}</h3>
<h3 class="captcha-title">{{ lang('CONFIRMATION') }}</h3>
<fieldset class="fields2">
{% endif %}
{% if S_TURNSTILE_AVAILABLE %}