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

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 {
mask-size: 16px;
mask-size: 14px;
mask-image: url('$(res)/img/download.svg');
}

View File

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

View File

@@ -1870,6 +1870,7 @@
"Saturday": "Saturday",
"Today": "Today",
"Yesterday": "Yesterday",
"Downloading": "Downloading",
"Download": "Download",
"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.",