diff --git a/src/Controller/UserController.php b/src/Controller/UserController.php index 31d7f83..bcf81e6 100644 --- a/src/Controller/UserController.php +++ b/src/Controller/UserController.php @@ -120,7 +120,7 @@ class UserController extends AbstractController //log the action $action = new Actions(); - $action->setActionType('Création utilisateur dans une organisation'); + $action->setActionType('Création utilisateur'); $action->setUsers($this->getUser()); $action->setOrganization($organization); $this->entityManager->persist($uo);