This commit is contained in:
muli 2023-01-11 21:41:35 +01:00
parent 5577362141
commit c784e7db48
1 changed files with 1 additions and 1 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.';