fix: changed naming for download button on sidebar nav context menu (#6238)

Changed from Download Content to Download for the sidebar folder buttons

Co-authored-by: anovazzi1 <otavio2204@gmail.com>
This commit is contained in:
Lucas Oliveira 2025-02-12 17:31:33 -03:00 committed by GitHub
commit a8daf06d16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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