add "Click to see edits." to tooltip
This commit is contained in:
parent
a1548285b5
commit
54de0b298b
2 changed files with 2 additions and 2 deletions
|
@ -368,7 +368,7 @@ module.exports = React.createClass({
|
|||
const date = editEvent && formatDate(editEvent.getDate());
|
||||
editedTooltip = <Tooltip
|
||||
tooltipClassName="mx_Tooltip_timeline"
|
||||
label={_t("Edited at %(date)s", {date})}
|
||||
label={_t("Edited at %(date)s. Click to view edits.", {date})}
|
||||
/>;
|
||||
}
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue