Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1441 | Download -> Download Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Dec 13, 2022
1 parent 37a3441 commit 96e9484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/CollectionButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const CollectionButton = ({label, onClick, href, childURI, onEditClick, onDelete
<DownloadIcon fontSize="inherit" />
</ListItemIcon>
<ListItemText>
Download
Download Metadata
</ListItemText>
</MenuItem>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/SourceButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const SourceButton = ({label, onClick, href, childURI, onEditClick, onDeleteClic
<DownloadIcon fontSize="inherit" />
</ListItemIcon>
<ListItemText>
Download
Download Metadata
</ListItemText>
</MenuItem>
)}
Expand Down

0 comments on commit 96e9484

Please sign in to comment.