french lang

This commit is contained in:
gvcgael
2022-11-30 14:39:47 +01:00
parent a17ce6ad8a
commit c39968865c

View File

@@ -13,7 +13,7 @@
<h1>Secret Santa</h1> <h1>Secret Santa</h1>
<select id="person"> <select id="person">
<option selected disabled>Who are you?</option> <option selected disabled>Qui es-tu?</option>
__OPTIONS__ __OPTIONS__
</select> </select>
@@ -83,7 +83,7 @@
.then((text) => { .then((text) => {
document.getElementById( document.getElementById(
"result" "result"
).textContent = `Your draw: ${text}`; ).textContent = `Hoho! Tu as pioché ${text} ;`;
document.getElementById("person").remove(); document.getElementById("person").remove();
}); });
}); });