show error string in german

This commit is contained in:
Jonas Leder 2022-07-05 12:26:54 +02:00
parent e00442b9da
commit c719db5657
No known key found for this signature in database
GPG key ID: CC3C488E27DFF5CA

View file

@ -17,6 +17,6 @@ function mailAddress($hCaptchaResponse) {
if($responseData->success) {
return "$contactmail";
} else {
return "Failed to verify Captcha";
return "Fehler beim Validieren des Captchas.";
}
}