Don't hardcode ConfirmUserActionDialog title
Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
This commit is contained in:
parent
1f44233e05
commit
9495ccdbb5
4 changed files with 7 additions and 4 deletions
|
@ -69,6 +69,7 @@ module.exports = withMatrixClient(React.createClass({
|
|||
Modal.createDialog(ConfirmUserActionDialog, {
|
||||
groupMember: this.props.groupMember,
|
||||
action: _t('Remove from group'),
|
||||
title: _t('Remove this user from group?'),
|
||||
danger: true,
|
||||
onFinished: (proceed) => {
|
||||
if (!proceed) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue