make DM naming consistent

pull/2235/head
Matthew Hodgson 2016-09-15 13:23:17 +01:00
parent 2a85b2271c
commit 82e257b4ea
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ module.exports = React.createClass({
<div className={ dmClasses } onClick={this._onClickDM} >
<img className="mx_RoomTagContextMenu_icon" src="img/icon_context_person.svg" width="15" height="15" />
<img className="mx_RoomTagContextMenu_icon_set" src="img/icon_context_person_on.svg" width="15" height="15" />
Direct Message
Direct Chat
</div>
<hr className="mx_RoomTagContextMenu_separator" />
<div className={ leaveClasses } onClick={(myMember && myMember.membership === "join") ? this._onClickLeave : null} >