diff --git a/assets/js/bestellformular.js b/assets/js/bestellformular.js index 0debab5..2ca231c 100644 --- a/assets/js/bestellformular.js +++ b/assets/js/bestellformular.js @@ -60,7 +60,8 @@ window.onload = function () { }) .then(data => { // Erfolgsnachricht anzeigen - notification.textContent = 'Nachricht erfolgreich gesendet!'; + // TODO Nachricht anpassen wenn französische Version + notification.textContent = 'Bestellformular erfolgreich gesendet!'; btn.className = 'submitbutton text-white mx-auto submit-after-valid-captchaaaa fadeOut'; setTimeout(() => { btn.style.visibility = 'hidden';