Add file size to tooltip

pull/21833/head
Travis Ralston 2021-07-30 08:56:55 -06:00
parent a8ec8f4c4b
commit c5c58a5e91
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ export default class MFileBody extends React.Component<IProps, IState> {
placeholder = (
<AccessibleButton className="mx_MediaBody mx_MFileBody_info" onClick={this.onPlaceholderClick}>
<span className="mx_MFileBody_info_icon" />
<TextWithTooltip tooltip={presentableTextForFile(this.content, _t("Attachment"), false)}>
<TextWithTooltip tooltip={presentableTextForFile(this.content, _t("Attachment"), true)}>
<span className="mx_MFileBody_info_filename">
{ presentableTextForFile(this.content, _t("Attachment"), true, true) }
</span>