Use title prop instead to minimize changes
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
8ed336ea08
commit
46a6043e9b
2 changed files with 5 additions and 4 deletions
|
@ -238,7 +238,7 @@ const RoomSubList = React.createClass({
|
|||
<AccessibleTooltipButton
|
||||
onClick={ this.props.onAddRoom }
|
||||
className="mx_RoomSubList_addRoom"
|
||||
tooltip={this.props.addRoomLabel || _t("Add room")}
|
||||
title={this.props.addRoomLabel || _t("Add room")}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue