Skip to content

Commit

Permalink
Fix grammer in membership event messages (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfiven committed Oct 30, 2023
1 parent 9f9173c commit 3713125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/hooks/useMemberEventParser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ export const useMemberEventParser = (): MemberEventParser => {
senderId === userId ? (
<>
<b>{userName}</b>
{' reject the invitation '}
{' rejected the invitation '}
{content.reason}
</>
) : (
<>
<b>{senderName}</b>
{' reject '}
{' rejected '}
<b>{userName}</b>
{`'s join request `}
{content.reason}
Expand Down

0 comments on commit 3713125

Please sign in to comment.