This commit is contained in:
KANE LAZENI 2026-07-15 10:51:47 +00:00
parent 4dc308313e
commit 13c8382b6c

View File

@ -25,6 +25,6 @@ foreach ($actes as $v) {
} else {
?>
<marquee behavior="scroll" direction="left" scrollamount="10" style="color:white; background-color:red; font-size:14pt; font-weight:bold;">
<?= est_anglophone ? "The seized medical act was not found. Please inform the insurer." : "L'acte médical saisi n'a pas été retrouvé. Veuillez en informer l'assureur." ?>
<?= est_anglophone()? "The seized medical act was not found. Please inform the insurer." : "L'acte médical saisi n'a pas été retrouvé. Veuillez en informer l'assureur." ?>
</marquee>
<?php } ?>