mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
rename 'jump to bottom' to avoid ublock block
This commit is contained in:
parent
d6d686622c
commit
af023a2d7c
@ -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 }
|
||||
|
@ -955,7 +955,7 @@
|
||||
"Encrypted by a deleted session": "Encrypted by a deleted session",
|
||||
"Please select the destination room for this message": "Please select the destination room for this message",
|
||||
"Invite only": "Invite only",
|
||||
"Scroll to bottom of page": "Scroll to bottom of page",
|
||||
"Scroll to most recent messages": "Scroll to most recent messages",
|
||||
"Close preview": "Close preview",
|
||||
"device id: ": "device id: ",
|
||||
"Disinvite": "Disinvite",
|
||||
|
Loading…
Reference in New Issue
Block a user