Apply 9cae667c06
to ilag branch
This commit is contained in:
parent
85aa3f6f13
commit
ad87e9bd50
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import { _t } from '../../../languageHandler';
|
|||
const CreateRoomButton = function(props) {
|
||||
const ActionButton = sdk.getComponent('elements.ActionButton');
|
||||
return (
|
||||
<ActionButton action="view_create_chat"
|
||||
<ActionButton action="view_create_room"
|
||||
mouseOverAction={props.callout ? "callout_create_room" : null}
|
||||
label={ _t("Create new room") }
|
||||
iconPath="img/icons-create-room.svg"
|
||||
|
|
Loading…
Reference in a new issue