mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17413] Use lang function in turnstile captcha
PHPBB-17413
This commit is contained in:
parent
687448be49
commit
28f597e182
1 changed files with 1 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue