Remove captcha provider hint from verification form and localization files in English and German

This commit is contained in:
smueller
2026-07-23 12:25:49 +02:00
parent 04e9ffad28
commit 3af989a83b
3 changed files with 0 additions and 5 deletions

View File

@@ -135,9 +135,6 @@ export function VerificationForm({
))}
</SelectContent>
</Select>
<p className="text-xs text-muted-foreground">
{t('modulePages.verification.captchaProviderHint')}
</p>
</div>
</FieldAnchor>
) : null}