From 4b49300a470a32903bc4f9d69e6c740eb52da9a1 Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Fri, 23 Feb 2024 07:09:34 +0000 Subject: [PATCH] =?UTF-8?q?Success=20Nachricht=20ge=C3=A4ndert=20in=20"Bes?= =?UTF-8?q?tellformular=20erfolgreich=20gesendet."?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/bestellformular.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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';