From 00cb33d5422c97b0718022d2aa15fe244a89b826 Mon Sep 17 00:00:00 2001 From: Jona Heitzer Date: Fri, 3 Jan 2025 10:31:53 +0100 Subject: [PATCH] Fix success message text --- static/index.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html.tmpl b/static/index.html.tmpl index 9ba78f3..7935279 100644 --- a/static/index.html.tmpl +++ b/static/index.html.tmpl @@ -136,7 +136,7 @@ submitBtn.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); }) .catch(error => {