Reactions / editing tooltip tweaks
This commit is contained in:
parent
dbcf6af12d
commit
43c9e6d942
6 changed files with 9 additions and 16 deletions
|
@ -69,7 +69,7 @@ export default class ReactionsRowButtonTooltip extends React.PureComponent {
|
|||
let tooltip;
|
||||
if (tooltipLabel) {
|
||||
tooltip = <Tooltip
|
||||
tooltipClassName="mx_ReactionsRowButtonTooltip mx_Tooltip_timeline"
|
||||
tooltipClassName="mx_Tooltip_timeline"
|
||||
visible={visible}
|
||||
label={tooltipLabel}
|
||||
/>;
|
||||
|
|
|
@ -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