diff --git a/fr.html b/fr.html index 045dc72..ef31cee 100644 --- a/fr.html +++ b/fr.html @@ -84,7 +84,7 @@ // If the count down is over, write some text if (distance < 0) { clearInterval(x); - document.getElementById("clock").innerHTML = "The wedding will start ASAP!"; + document.getElementById("clock").innerHTML = "Le mariage commence maintenant !"; } }, 1000);