Apply 9cae667c06 to ilag branch

pull/21833/head
David Baker 2017-06-05 17:28:36 +01:00
parent 85aa3f6f13
commit ad87e9bd50
1 changed files with 1 additions and 1 deletions

View File

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