Skip to content
Snippets Groups Projects
Verified Commit c719db56 authored by Jonas Leder's avatar Jonas Leder
Browse files

show error string in german

parent e00442b9
No related branches found
No related tags found
Loading
......@@ -17,6 +17,6 @@ function mailAddress($hCaptchaResponse) {
if($responseData->success) {
return "$contactmail";
} else {
return "Failed to verify Captcha";
return "Fehler beim Validieren des Captchas.";
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment