1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00
This commit is contained in:
daniel tygel
2017-06-19 13:22:23 -03:00
parent aebe4fb88f
commit 13c12811e7

View File

@@ -490,7 +490,7 @@ module.exports = React.createClass({
return <div className="mx_RoomList_emptySubListTip"> return <div className="mx_RoomList_emptySubListTip">
{_tJsx( {_tJsx(
"You're not in any rooms yet! Press <CreateRoomButton> to make a room or"+ "You're not in any rooms yet! Press <CreateRoomButton> to make a room or"+
"<RoomDirectoryButton> to browse the directory", " <RoomDirectoryButton> to browse the directory",
[/<CreateRoomButton>/, /<RoomDirectoryButton>/], [/<CreateRoomButton>/, /<RoomDirectoryButton>/],
[ [
(sub) => <CreateRoomButton size="16" callout={true}/>, (sub) => <CreateRoomButton size="16" callout={true}/>,