mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
[CORL-650] remove duplicate text in invite form (#2608)
* remove duplicate text in invite form * fix: reused message key - message change consituted a grammar change that wasn't reflected in other translated languages
This commit is contained in:
committed by
Wyatt Johnson
parent
6dbc724f31
commit
6edb411175
@@ -98,11 +98,11 @@ const InviteForm: FunctionComponent<Props> = ({ lastRef, onFinish }) => {
|
||||
strong={<strong />}
|
||||
>
|
||||
<Typography>
|
||||
Moderator role: Moderator role: Receives a “Staff”
|
||||
badge, and comments are automatically approved. Has
|
||||
full moderation privileges (approve, reject and
|
||||
feature comments). Can configure individual articles
|
||||
but no site-wide configuration privileges.
|
||||
Moderator role: Receives a “Staff” badge, and comments
|
||||
are automatically approved. Has full moderation
|
||||
privileges (approve, reject and feature comments). Can
|
||||
configure individual articles but no site-wide
|
||||
configuration privileges.
|
||||
</Typography>
|
||||
</Localized>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user