From 619235ae96ce841013ed1c2d0d0f9644ac431de2 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Mon, 25 Jan 2021 12:52:21 -0500 Subject: [PATCH] Translate message at end of countdown --- fr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);