mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Small tweaks
This commit is contained in:
parent
b57fff5739
commit
31d7de628e
3 changed files with 3 additions and 2 deletions
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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}
|
||||||
>
|
>
|
||||||
|
|
|
@ -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.",
|
||||||
|
|
Loading…
Reference in a new issue