Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#725 | updated download button label
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed May 4, 2021
1 parent f5a3571 commit a946ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/imports/Task.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const Task = ({task, open, onOpen, onClose, onRevoke, onDownload}) => {
onClick={onDownloadTaskClick}
style={{backgroundColor: GREEN, color: WHITE, padding: '0 5px', fontSize: '0.7125rem', marginLeft: '10px', marginTop: '3px'}}
>
Download
Download Report
</Button>
}
</div>
Expand Down

0 comments on commit a946ebd

Please sign in to comment.