diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index 8b0419981a..a2a308ed5c 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -1648,7 +1648,7 @@ module.exports = React.createClass({ else if (!this.state.atBottom) { statusBar = (
- Scroll to bottom of page + Scroll to bottom of page
); }