traduction + alert

This commit is contained in:
maher
2025-12-29 16:41:58 +01:00
parent fc2c7a3d25
commit fef43c222d
19 changed files with 206 additions and 718 deletions

View File

@@ -75,6 +75,8 @@ final class BroadcastController extends AbstractController
$this->stateRepository->addState($investigation, 3, 1, $broadcast);
$this->addFlash('danger', " <strong>Well done!</strong> You successfully read this important alert message.");
return $this->redirectToRoute('app_broadcast_index');
}