From 3da76192a1a507373854ac0f08595651be6d8f45 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 24 Jan 2016 02:01:45 +0000 Subject: [PATCH] title attr --- src/components/structures/RoomView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
); }