Skip to content

Commit

Permalink
fix: changed naming for download button on sidebar nav context menu (#…
Browse files Browse the repository at this point in the history
…6238)

Changed from Download Content to Download for the sidebar folder buttons

Co-authored-by: anovazzi1 <[email protected]>
  • Loading branch information
lucaseduoli and anovazzi1 authored Feb 12, 2025
1 parent a64f376 commit a8daf06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const SelectOptions = ({
</SelectItem>
)}
<SelectItem value="download" data-testid="btn-download-folder">
<FolderSelectItem name="Download Content" iconName="Download" />
<FolderSelectItem name="Download" iconName="Download" />
</SelectItem>
{index > 0 && (
<SelectItem value="delete" data-testid="btn-delete-folder">
Expand Down

0 comments on commit a8daf06

Please sign in to comment.