Merge pull request #1037 from matrix-org/dbkr/fix_create_room_button_ilag

Fix 'create room' button
This commit is contained in:
Luke Barnard 2017-06-05 17:35:55 +01:00 committed by GitHub
commit 2030c1882f

View file

@ -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"