Skip to content

Commit

Permalink
🐛 fix YouHaveBeenCheckedIn notification (#2857)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKrisKrisu authored Aug 14, 2024
1 parent 26c383d commit 31c0533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Notifications/YouHaveBeenCheckedIn.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 31c0533

Please sign in to comment.