diff --git a/app/Notifications/YouHaveBeenCheckedIn.php b/app/Notifications/YouHaveBeenCheckedIn.php index 86e9d0fbf..373b5eeaf 100644 --- a/app/Notifications/YouHaveBeenCheckedIn.php +++ b/app/Notifications/YouHaveBeenCheckedIn.php @@ -42,7 +42,7 @@ public static function getLead(array $data): string { } public static function getNotice(array $data): ?string { - return __('notifications.userJoinedConnection.notice', [ + return __('notifications.youHaveBeenCheckedIn.notice', [ 'line' => $data['checkin']['line'], 'origin' => $data['checkin']['origin'], 'destination' => $data['checkin']['destination'],