diff --git a/src/Service/NotificationService.php b/src/Service/NotificationService.php index c824b1e..49c23cd 100644 --- a/src/Service/NotificationService.php +++ b/src/Service/NotificationService.php @@ -65,7 +65,7 @@ class NotificationService $this->send( recipient: $recipient, type: self::TYPE_USER_DEACTIVATED, - title: 'Membre retiré', + title: 'Membre désactivé', message: sprintf('%s %s a été désactivé de %s', $removedUser->getName(), $removedUser->getSurname(), $organization->getName()), data: [ 'userId' => $removedUser->getId(),