[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:
Tessa Thornton
2019-10-01 20:54:50 +00:00
committed by Wyatt Johnson
parent 6dbc724f31
commit 6edb411175
2 changed files with 6 additions and 6 deletions
@@ -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>
);