Small tweaks

This commit is contained in:
Travis Ralston 2021-07-16 16:04:23 -06:00
parent b57fff5739
commit 31d7de628e
3 changed files with 3 additions and 2 deletions

View file

@ -109,7 +109,7 @@ limitations under the License.
} }
.mx_MessageActionBar_downloadButton::after { .mx_MessageActionBar_downloadButton::after {
mask-size: 16px; mask-size: 14px;
mask-image: url('$(res)/img/download.svg'); mask-image: url('$(res)/img/download.svg');
} }

View file

@ -93,7 +93,7 @@ export class DownloadActionButton extends React.PureComponent<IProps, IState> {
return <RovingAccessibleTooltipButton return <RovingAccessibleTooltipButton
className={classes} className={classes}
title={_t("Download")} title={spinner ? _t("Downloading") : _t("Download")}
onClick={this.onDownloadClick} onClick={this.onDownloadClick}
disabled={!!spinner} disabled={!!spinner}
> >

View file

@ -1870,6 +1870,7 @@
"Saturday": "Saturday", "Saturday": "Saturday",
"Today": "Today", "Today": "Today",
"Yesterday": "Yesterday", "Yesterday": "Yesterday",
"Downloading": "Downloading",
"Download": "Download", "Download": "Download",
"View Source": "View Source", "View Source": "View Source",
"Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their avatar.": "Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their avatar.", "Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their avatar.": "Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their avatar.",