From c719db5657f103a67bde4c07883df4125db72efa Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Tue, 5 Jul 2022 12:26:54 +0200 Subject: [PATCH] show error string in german --- public/API/queries/mailAddress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/API/queries/mailAddress.php b/public/API/queries/mailAddress.php index 17807df..fd56e24 100644 --- a/public/API/queries/mailAddress.php +++ b/public/API/queries/mailAddress.php @@ -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