This commit is contained in:
KANE LAZENI 2026-05-13 12:05:39 +00:00
parent 2f19745870
commit 418af1b41d

View File

@ -206,7 +206,8 @@
$bdd = $assure->geUneBd($codeBdd);
if(!$bdd) {
$message = $codeLangue == 'en_US' ? "Entity not found!" : "Entité introuvable!";
// $message = $codeLangue == 'en_US' ? "Entity not found!" : "Entité introuvable!";
$message = t('entity_not_found', $lang, $translations);
afficherMessage("<strong>$message</strong>", "Erreur");
}