rename 'jump to bottom' to avoid ublock block

This commit is contained in:
Matthew Hodgson
2020-03-17 11:15:57 -06:00
committed by Travis Ralston
parent d6d686622c
commit af023a2d7c
2 changed files with 2 additions and 2 deletions
@@ -24,7 +24,7 @@ export default (props) => {
}
return (<div className="mx_JumpToBottomButton">
<AccessibleButton className="mx_JumpToBottomButton_scrollDown"
title={_t("Scroll to bottom of page")}
title={_t("Scroll to most recent messages")}
onClick={props.onScrollToBottomClick}>
</AccessibleButton>
{ badge }