166_anrede_kontaktformular #167
@ -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.';
|
||||
|
Loading…
Reference in New Issue
Block a user