Translate message at end of countdown
This commit is contained in:
parent
67e0ea63dd
commit
619235ae96
2
fr.html
2
fr.html
|
@ -84,7 +84,7 @@
|
||||||
// If the count down is over, write some text
|
// If the count down is over, write some text
|
||||||
if (distance < 0) {
|
if (distance < 0) {
|
||||||
clearInterval(x);
|
clearInterval(x);
|
||||||
document.getElementById("clock").innerHTML = "The wedding will start ASAP!";
|
document.getElementById("clock").innerHTML = "Le mariage commence maintenant !";
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue