diff --git a/src/index.html b/src/index.html index 9f3f874..dcf0b03 100644 --- a/src/index.html +++ b/src/index.html @@ -13,7 +13,7 @@

Secret Santa

@@ -83,7 +83,7 @@ .then((text) => { document.getElementById( "result" - ).textContent = `Your draw: ${text}`; + ).textContent = `Hoho! Tu as pioché ${text} ;`; document.getElementById("person").remove(); }); });