fix: remove "content" from "download content" on folder menu (#4990)

Remove Content from Download Content in folder
This commit is contained in:
Lucas Oliveira 2024-12-03 14:50:20 -03:00 committed by GitHub
commit 39027e3d5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -535,7 +535,7 @@ const SideBarFoldersButtonsComponent = ({
data-testid="btn-download-folder"
>
<FolderSelectItem
name="Download Content"
name="Download"
iconName="Download"
/>
</SelectItem>