Skip to content
Snippets Groups Projects
Commit e776277b authored by Ghislain Loas's avatar Ghislain Loas
Browse files

Merge branch 'hotline#9366_grosse_faute_message_d_indisponibilite' into 'stable'

Hotline#9366 grosse faute message d indisponibilite

See merge request !1494
parents 3a20d5f4 13f6bf6f
Branches
Tags
8 merge requests!1587Master,!1553Master,!1519Master,!1505Stable,!1502Master,!1501Stable,!1500Master,!1496Stable
- ticket #9366 : Correction du message d'indisponibilité
\ No newline at end of file
......@@ -2,11 +2,11 @@
<div style="margin-top:70px;margin-bottom:150px;">
<h2 id="error">
<p class="erreur">
<?php
<?php
print($this->traduire("L'accès au site est momentanément bloqué.<br><br> Veuillez essayez plus tard."));
print($this->traduire("L'accès au site est momentanément bloqué.<br><br> Veuillez essayer plus tard."));
?>
</p>
</h2>
</div>
</center>
\ No newline at end of file
</center>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment