mirror of
https://github.com/RGBCube/cinny
synced 2025-07-31 08:57:46 +00:00
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…
Add table
Add a link
Reference in a new issue