Skip to content

Commit

Permalink
Fix invite email
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed Aug 8, 2024
1 parent 90e9e5a commit 11310bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/resources/views/emails/user/user-invited.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@php /** @var string $appName */ @endphp

<x-mail::message>
{{ __('Hi :name', ['name' => $user->getFirstName()]) }},
{{ __('Hi :name', ['name' => $invitedUser->getFirstName()]) }},

{{ __('You\'ve been invited to join :appName.', ['appName' => $appName]) }}

Expand Down

0 comments on commit 11310bf

Please sign in to comment.