sites/angestoepselt/kontakt/fertig.md aktualisiert

fix typo
This commit is contained in:
sebwue 2026-05-19 20:04:31 +02:00
parent e643f6c42c
commit 400282ec28

View file

@ -42,6 +42,6 @@ Falls du _keine E-Mail_ bekommst, prüfe bitte deinen Spam-Ordner.
const payload = new URLSearchParams(location.hash.replace(/^#/, "")); const payload = new URLSearchParams(location.hash.replace(/^#/, ""));
const email = payload.get("email"); const email = payload.get("email");
if (email) if (email)
document.getElementById("email-hint").innerText = `Kontrolliere auch, ob du die richtige E-Mail-Addrresse angegeben hast: ${email}.`; document.getElementById("email-hint").innerText = `Kontrolliere auch, ob du die richtige E-Mail-Adresse angegeben hast: ${email}.`;
})(); })();
</script> </script>