From c39968865c7c854c6ed82e91480a1aba278fb5fa Mon Sep 17 00:00:00 2001 From: gvcgael Date: Wed, 30 Nov 2022 14:39:47 +0100 Subject: [PATCH] french lang --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }); });