Small tweaks
This commit is contained in:
parent
b57fff5739
commit
31d7de628e
3 changed files with 3 additions and 2 deletions
|
@ -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}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue