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

Commit d567b3b

Browse files
committed
fix 'show rightpanel' button alt text & icon
1 parent e45ac36 commit d567b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/views/rooms/RoomHeader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ module.exports = React.createClass({
301301
var rightPanel_buttons;
302302
if (this.props.collapsedRhs) {
303303
rightPanel_buttons =
304-
<AccessibleButton className="mx_RoomHeader_button" onClick={this.onShowRhsClick} title="<">
305-
<TintableSvg src="img/minimise.svg" width="10" height="16"/>
304+
<AccessibleButton className="mx_RoomHeader_button" onClick={this.onShowRhsClick} title="Show panel">
305+
<TintableSvg src="img/maximise.svg" width="10" height="16"/>
306306
</AccessibleButton>;
307307
}
308308

0 commit comments

Comments
 (0)