Use title prop instead to minimize changes

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2019-06-30 11:00:21 +01:00
parent 8ed336ea08
commit 46a6043e9b
2 changed files with 5 additions and 4 deletions

View file

@ -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")}
/>
);
}