Skip to content

Commit

Permalink
fix(mail): pair 'this' with noun for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaschiang committed Mar 7, 2021
1 parent 3845492 commit 04a6b7e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/mail/meetings/delete/direct-template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function DirectMeetingEmail({
</P>
<br />
<P>
If this seems like a mistake, please get in touch with{' '}
If this cancellation seems like a mistake, please get in touch with{' '}
{deleter.firstName} by replying to this email or by using the
following contact info:
</P>
Expand Down
2 changes: 1 addition & 1 deletion lib/mail/meetings/delete/template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function MeetingEmail({
</P>
<br />
<P>
If this seems like a mistake, please get in touch with{' '}
If this cancellation seems like a mistake, please get in touch with{' '}
{deleter.firstName} by replying to this email or by using the
following contact info:
</P>
Expand Down
6 changes: 3 additions & 3 deletions lib/mail/meetings/update/direct-template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ export default function DirectMeetingEmail({
</P>
<br />
<P>
If you&apos;re unable to attend or if this seems like a mistake,
please get in touch with {updater.firstName} by replying to this email
or by using the following contact info:
If you&apos;re unable to attend or if this update seems like a
mistake, please get in touch with {updater.firstName} by replying to
this email or by using the following contact info:
</P>
<P>
<Link href={`mailto:${updater.email}`}>{updater.email}</Link>
Expand Down
6 changes: 3 additions & 3 deletions lib/mail/meetings/update/template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ export default function MeetingEmail({
</P>
<br />
<P>
If you&apos;re unable to attend or if this seems like a mistake,
please get in touch with {updater.firstName} by replying to this email
or by using the following contact info:
If you&apos;re unable to attend or if this update seems like a
mistake, please get in touch with {updater.firstName} by replying to
this email or by using the following contact info:
</P>
<P>
<Link href={`mailto:${updater.email}`}>{updater.email}</Link>
Expand Down

0 comments on commit 04a6b7e

Please sign in to comment.