mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-01 10:27:06 +03:00
typo
This commit is contained in:
parent
aebe4fb88f
commit
13c12811e7
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ module.exports = React.createClass({
|
|||
return <div className="mx_RoomList_emptySubListTip">
|
||||
{_tJsx(
|
||||
"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>/],
|
||||
[
|
||||
(sub) => <CreateRoomButton size="16" callout={true}/>,
|
||||
|
|
Loading…
Reference in a new issue