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.'; diff --git a/templates/contact_page.html b/templates/contact_page.html index f90a6826..aa3d3965 100644 --- a/templates/contact_page.html +++ b/templates/contact_page.html @@ -22,7 +22,7 @@

Kontaktformular

- Deine E-Mail-Adresse wird nicht veröffentlicht.
+ Die E-Mail-Adresse wird nicht veröffentlicht.