Fix grammer in membership event messages (#1520)
This commit is contained in:
parent
9f9173c691
commit
3713125f57
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue