Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 17899dd

Browse files
dtygeldbkr
authored andcommitted
typo
1 parent 7b82385 commit 17899dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/RoomList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ module.exports = React.createClass({
490490
return <div className="mx_RoomList_emptySubListTip">
491491
{_tJsx(
492492
"You're not in any rooms yet! Press <CreateRoomButton> to make a room or"+
493-
"<RoomDirectoryButton> to browse the directory",
493+
" <RoomDirectoryButton> to browse the directory",
494494
[/<CreateRoomButton>/, /<RoomDirectoryButton>/],
495495
[
496496
(sub) => <CreateRoomButton size="16" callout={true}/>,

0 commit comments

Comments
 (0)