Skip to content

Commit

Permalink
chore: fix grammatical error on invites (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
abbiesims authored Aug 22, 2024
1 parent a81444a commit 885e8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/publisher/accept-invite.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ <h1>Accept invite</h1>
<div class="p-notification--positive u-hide" id="accept-invite-success-notification" aria-live="polite">
<div class="p-notification__content">
<h5 class="p-notification__title">Success</h5>
<p class="p-notification__message">You're invite has been accepted.</p>
<p class="p-notification__message">Your invite has been accepted.</p>
<button class="p-notification__close" aria-controls="accept-invite-success-notification">Close this notification</button>
</div>
</div>

<div class="p-notification--positive u-hide" id="reject-invite-success-notification" aria-live="polite">
<div class="p-notification__content">
<h5 class="p-notification__title">Success</h5>
<p class="p-notification__message">You're invite has been rejected.</p>
<p class="p-notification__message">Your invite has been rejected.</p>
<button class="p-notification__close" aria-controls="reject-invite-success-notification">Close this notification</button>
</div>
</div>
Expand Down

0 comments on commit 885e8dc

Please sign in to comment.