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 ? (
|
||||
<>
|
||||
<b>{userName}</b>
|
||||
{' reject the invitation '}
|
||||
{' rejected the invitation '}
|
||||
{content.reason}
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<b>{senderName}</b>
|
||||
{' reject '}
|
||||
{' rejected '}
|
||||
<b>{userName}</b>
|
||||
{`'s join request `}
|
||||
{content.reason}
|
||||
|
|
Loading…
Reference in a new issue