From 106ce90916e8bd4c74af6bef0b179898043cac0b Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 4 Apr 2017 16:31:28 +0100 Subject: [PATCH] Change "Unread messages." to "Jump to first unread message." Also get rid of the "up" arrow so as not to indiciate direction. This is important because in future the RM will not be based on what has been paginated into the client (but instead RM will be handled server-side) and thus we cannot assert any kind of direction on it relative to the events in the viewport. --- src/components/views/rooms/TopUnreadMessagesBar.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/views/rooms/TopUnreadMessagesBar.js b/src/components/views/rooms/TopUnreadMessagesBar.js index 82149c150b..5bef8c0b0a 100644 --- a/src/components/views/rooms/TopUnreadMessagesBar.js +++ b/src/components/views/rooms/TopUnreadMessagesBar.js @@ -32,10 +32,7 @@ module.exports = React.createClass({
- Scroll to unread messages - Unread messages. Mark all read + Jump to first unread message. Mark all read