Skip to content

Commit

Permalink
Adjust invitation email for existing users
Browse files Browse the repository at this point in the history
This rewords the invitation email to remove the reference to needing
to log in and accept (or reject) the invitation.

Additionally, because we already had HTML tags in place, this replaces
using <br><br> with paragraph tags.
  • Loading branch information
dljfield committed Apr 30, 2021
1 parent e1c5611 commit 1863d8d
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{{__('Hi!')}}
<p>{{__('Hi!')}}</p>

<br><br>
<p>{{__(':userName has added you to their workspace on SendPortal!', ['userName' => $invitation->workspace->owner->name])}}</p>

{{__(':userName has invited you to join their workspace on SendPortal!', ['userName' => $invitation->workspace->owner->name])}}
<p>{{__('Since you already have an account, you have automatically been added to the workspace, and do not need to take any further action.')}}</p>

<br><br>

{{__('Since you already have an account, you may accept the invitation from your account settings screen.')}}

<br><br>

{{__('See you soon!')}}
<p>{{__('See you soon!')}}</p>

0 comments on commit 1863d8d

Please sign in to comment.