Fix grammer in membership event messages (#1520)

This commit is contained in:
Krishan 2023-10-30 16:58:30 +11:00 committed by GitHub
parent 190a66b8d6
commit 8f19374e52

View file

@ -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}