show error string in german
This commit is contained in:
parent
e00442b9da
commit
c719db5657
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ function mailAddress($hCaptchaResponse) {
|
|||
if($responseData->success) {
|
||||
return "$contactmail";
|
||||
} else {
|
||||
return "Failed to verify Captcha";
|
||||
return "Fehler beim Validieren des Captchas.";
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue