From c784e7db483a242bf32b99cddb6c9d020b6402d8 Mon Sep 17 00:00:00 2001 From: muli Date: Wed, 11 Jan 2023 21:41:35 +0100 Subject: [PATCH] Typo. --- assets/php/contact_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/php/contact_form.php b/assets/php/contact_form.php index d6b93a66..9350d44d 100644 --- a/assets/php/contact_form.php +++ b/assets/php/contact_form.php @@ -77,7 +77,7 @@ function prepare_response() { $response = array(); if (empty($_POST['message'])) { - $response['errors'][] = 'Sieh haben keine Nachricht eingegeben.'; + $response['errors'][] = 'Sie haben keine Nachricht eingegeben.'; } if (empty($_POST['email'])) { $response['errors'][] = 'Sie haben keine E-Mail-Adresse eingegeben.';