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 => {