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

@ -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}
>