From 0b8890e3d70879fe552d868d01c54f722ad66d47 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 15 Dec 2025 13:53:19 +0100 Subject: [PATCH] typo --- src/Service/NotificationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),