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.';