Reactions / editing tooltip tweaks
This commit is contained in:
parent
dbcf6af12d
commit
43c9e6d942
6 changed files with 9 additions and 16 deletions
|
@ -449,8 +449,8 @@ module.exports = React.createClass({
|
|||
const editEvent = this.props.mxEvent.replacingEvent();
|
||||
const date = editEvent && formatDate(editEvent.getDate());
|
||||
editedTooltip = <Tooltip
|
||||
tooltipClassName="mx_EventTile_editedTooltip mx_Tooltip_timeline"
|
||||
label={_t("Edited at %(date)s.", {date})}
|
||||
tooltipClassName="mx_Tooltip_timeline"
|
||||
label={_t("Edited at %(date)s", {date})}
|
||||
/>;
|
||||
}
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue