Skip to content
Snippets Groups Projects
Verified Commit a24da64c authored by David Beniamine's avatar David Beniamine
Browse files

Fix typo

parent 26ace914
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
let p = "This page will refresh in <span id='countdown'></span> seconds.</p>"; let p = "This page will refresh in <span id='countdown'></span> seconds.</p>";
if (navigator.language.split('-')[0] === 'fr') { if (navigator.language.split('-')[0] === 'fr') {
title = "Maintenance en cours ..." title = "Maintenance en cours ..."
h1 = "Désolé ce service est innacessible pour cause de maintenance"; h1 = "Désolé ce service est inacessible pour cause de maintenance";
h2 = "Nous serons de retour au plus vite"; h2 = "Nous serons de retour au plus vite";
p = "Ce texte se rafraichira dans <span id='countdown'></span> secondes"; p = "Ce texte se rafraichira dans <span id='countdown'></span> secondes";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment