Fix success message text

This commit is contained in:
2025-01-03 10:31:53 +01:00
parent 726c83dbbb
commit 00cb33d542
+1 -1
View File
@@ -136,7 +136,7 @@
submitBtn.remove() submitBtn.remove()
submitNameLabel.remove() submitNameLabel.remove()
const textNode = document.createTextNode("This is some text added to the body."); const textNode = document.createTextNode("Your choices have been submitted, thx :)");
document.body.appendChild(textNode); document.body.appendChild(textNode);
}) })
.catch(error => { .catch(error => {