Remove captcha provider hint from verification form and localization files in English and German
This commit is contained in:
@@ -135,9 +135,6 @@ export function VerificationForm({
|
||||
))}
|
||||
</SelectContent>
|
||||
</Select>
|
||||
<p className="text-xs text-muted-foreground">
|
||||
{t('modulePages.verification.captchaProviderHint')}
|
||||
</p>
|
||||
</div>
|
||||
</FieldAnchor>
|
||||
) : null}
|
||||
|
||||
@@ -478,7 +478,6 @@
|
||||
"CAPTCHA": "Captcha (WebUI)"
|
||||
},
|
||||
"captchaProvider": "Captcha-Anbieter",
|
||||
"captchaProviderHint": "Anbieter mit fehlenden .env-Keys erscheinen nicht in der Liste. Google-Keys: RECAPTCHA_SITE_KEY / RECAPTCHA_SECRET_KEY.",
|
||||
"captchaProviders": {
|
||||
"MATH": "Mathe-Aufgabe",
|
||||
"RECAPTCHA_V2": "Google reCAPTCHA v2",
|
||||
|
||||
@@ -478,7 +478,6 @@
|
||||
"CAPTCHA": "Captcha (WebUI)"
|
||||
},
|
||||
"captchaProvider": "Captcha provider",
|
||||
"captchaProviderHint": "Providers without .env keys are hidden. Google keys: RECAPTCHA_SITE_KEY / RECAPTCHA_SECRET_KEY.",
|
||||
"captchaProviders": {
|
||||
"MATH": "Math challenge",
|
||||
"RECAPTCHA_V2": "Google reCAPTCHA v2",
|
||||
|
||||
Reference in New Issue
Block a user