1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

add "Click to see edits." to tooltip

This commit is contained in:
Bruno Windels
2019-06-26 16:13:32 +02:00
parent a1548285b5
commit 54de0b298b
2 changed files with 2 additions and 2 deletions

View File

@@ -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 (