Merge pull request #1037 from matrix-org/dbkr/fix_create_room_button_ilag
Fix 'create room' buttonpull/21833/head
commit
2030c1882f
|
@ -22,7 +22,7 @@ import { _t } from '../../../languageHandler';
|
||||||
const CreateRoomButton = function(props) {
|
const CreateRoomButton = function(props) {
|
||||||
const ActionButton = sdk.getComponent('elements.ActionButton');
|
const ActionButton = sdk.getComponent('elements.ActionButton');
|
||||||
return (
|
return (
|
||||||
<ActionButton action="view_create_chat"
|
<ActionButton action="view_create_room"
|
||||||
mouseOverAction={props.callout ? "callout_create_room" : null}
|
mouseOverAction={props.callout ? "callout_create_room" : null}
|
||||||
label={ _t("Create new room") }
|
label={ _t("Create new room") }
|
||||||
iconPath="img/icons-create-room.svg"
|
iconPath="img/icons-create-room.svg"
|
||||||
|
|
Loading…
Reference in New Issue