mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 22:14:58 +08:00
typo
This commit is contained in:
parent
7b82385084
commit
17899dd3bf
@ -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}/>,
|
||||||
|
Loading…
Reference in New Issue
Block a user