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
Branches
Tags
No related merge requests found
......@@ -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.
Please register or to comment