Merge pull request '166_anrede_kontaktformular' (#167) from 166_anrede_kontaktformular into main

Reviewed-on: ag_kommunikation/webseite#167
This commit is contained in:
muli 2023-01-20 21:55:20 +01:00
commit fec9e358ab
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -22,7 +22,7 @@
<h2>Kontaktformular</h2>
<form id="contact_form" class="content__contact_form">
<p class="contact_form__note">
Deine E-Mail-Adresse wird nicht veröffentlicht.<br>
Die E-Mail-Adresse wird nicht veröffentlicht.<br>
<span aria-hidden="true">Erforderliche Felder sind gekennzeichnet <span class="contact_form--required" aria-hidden="true">*</span></span>
</p>
<p class="contact_form__text_input">