1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/12960] Adjust incomplete captcha to fix tests

PHPBB3-12960
This commit is contained in:
Marc Alexander
2024-04-04 21:02:52 +02:00
parent 716c1ca8eb
commit e333d96eef
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<div class="panel captcha-panel">
<div class="inner">
<h3 class="captcha-title">{{ lang('CONFIRMATION') }}</h3>
<h3 class="captcha-title">{{ lang('CONFIRM_CODE') }}</h3>
<p class="error">{{ lang(CONFIRM_LANG, '<a href="' ~ CONTACT_LINK ~ '">', '</a>') }}</p>
</div>
</div>