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 9f9173c691
commit 3713125f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,13 +90,13 @@ export const useMemberEventParser = (): MemberEventParser => {
senderId === userId ? ( senderId === userId ? (
<> <>
<b>{userName}</b> <b>{userName}</b>
{' reject the invitation '} {' rejected the invitation '}
{content.reason} {content.reason}
</> </>
) : ( ) : (
<> <>
<b>{senderName}</b> <b>{senderName}</b>
{' reject '} {' rejected '}
<b>{userName}</b> <b>{userName}</b>
{`'s join request `} {`'s join request `}
{content.reason} {content.reason}