projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f9173c
)
Fix grammer in membership event messages (#1520)
author
Krishan
<33421343+kfiven@users.noreply.github.com>
Mon, 30 Oct 2023 05:58:30 +0000
(16:58 +1100)
committer
GitHub
<noreply@github.com>
Mon, 30 Oct 2023 05:58:30 +0000
(11:28 +0530)
src/app/hooks/useMemberEventParser.tsx
patch
|
blob
|
history
diff --git
a/src/app/hooks/useMemberEventParser.tsx
b/src/app/hooks/useMemberEventParser.tsx
index 367e76d95cd7264d06917c5381d7fbebf9ab48d1..6ceca1b1d78ef248a0aa6f034fbeb409baae1763 100644
(file)
--- a/
src/app/hooks/useMemberEventParser.tsx
+++ b/
src/app/hooks/useMemberEventParser.tsx
@@
-90,13
+90,13
@@
export const useMemberEventParser = (): MemberEventParser => {
senderId === userId ? (
<>
<b>{userName}</b>
- {' reject the invitation '}
+ {' reject
ed
the invitation '}
{content.reason}
</>
) : (
<>
<b>{senderName}</b>
- {' reject '}
+ {' reject
ed
'}
<b>{userName}</b>
{`'s join request `}
{content.reason}