Merge branch 'develop' into luke/groups-room-info
This commit is contained in:
commit
e909d859ab
16 changed files with 214 additions and 242 deletions
|
@ -85,6 +85,8 @@ module.exports = React.createClass({
|
|||
Modal.createDialog(ConfirmUserActionDialog, {
|
||||
groupMember: this.props.groupMember,
|
||||
action: this.state.isUserInvited ? _t('Disinvite') : _t('Remove from community'),
|
||||
title: this.state.isUserInvited ? _t('Disinvite this user from community?')
|
||||
: _t('Remove this user from community?'),
|
||||
danger: true,
|
||||
onFinished: (proceed) => {
|
||||
if (!proceed) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue