diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 8a2b7a23ca..5d23194702 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -753,9 +753,8 @@ export default React.createClass({ warnings.push(( { " " /* Whitespace, otherwise the sentences get smashed together */ } - { /* eslint-disable max-len */ } - { _t("You are an administrator of this community. You will not be able to rejoin without an invite from another administrator.") } - { /* eslint-enable max-len */ } + { _t("You are an administrator of this community. You will not be " + + "able to rejoin without an invite from another administrator.") } )); }