forked from ag_kommunikation/webseite
fix: Duzen all the way.
This commit is contained in:
parent
9b9f2b95c5
commit
4f7edc53a8
@ -68,7 +68,7 @@ contact_form.addEventListener('submit', function(event) {
|
||||
feedback.innerHTML = error_message;
|
||||
} else if (json.status == 'ok') {
|
||||
feedback.classList.add('--success');
|
||||
feedback.textContent = "Ihre Nachricht wurde erfolgreich ans Office geschickt.";
|
||||
feedback.textContent = "Deine Nachricht wurde erfolgreich ans Office geschickt.";
|
||||
}
|
||||
})
|
||||
.catch(error => console.log(error));
|
||||
|
Loading…
Reference in New Issue
Block a user