forked from ag_kommunikation/webseite
Typo.
This commit is contained in:
parent
5577362141
commit
c784e7db48
@ -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