diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 52680ea5fa..8b894e623a 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -787,8 +787,8 @@ export default React.createClass({ ; } else if (group.myMembership === 'join' && this.state.editing) { const leaveButtonTooltip = this.state.isUserPrivileged ? - _t("You are a member of this community") : - _t("You are an administrator of this community"); + _t("You are an administrator of this community") : + _t("You are a member of this community"); const leaveButtonClasses = classnames({ "mx_RoomHeader_textButton": true, "mx_GroupView_textButton": true,