File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/components/structures Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ module.exports = React.createClass({
103103 < div className = "mx_BottomLeftMenu_options" >
104104 < div className = "mx_BottomLeftMenu_people" onClick = { this . onPeopleClick } onMouseEnter = { this . onPeopleMouseEnter } onMouseLeave = { this . onPeopleMouseLeave } >
105105 < TintableSvg src = "img/icons-people.svg" width = "25" height = "25" />
106- { this . getLabel ( "Start chat " , this . state . peopleHover ) }
106+ { this . getLabel ( "Chat to someone " , this . state . peopleHover ) }
107107 </ div >
108108 < div className = "mx_BottomLeftMenu_directory" onClick = { this . onDirectoryClick } onMouseEnter = { this . onDirectoryMouseEnter } onMouseLeave = { this . onDirectoryMouseLeave } >
109109 < TintableSvg src = "img/icons-directory.svg" width = "25" height = "25" />
You can’t perform that action at this time.
0 commit comments