This commit is contained in:
KONE SOREL 2026-03-09 10:55:38 +00:00
parent f599d3a300
commit 8e44755cb1

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;">
<?= _("L'acte saisi n'existe pas.") ?>
<?= 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 } ?>