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:
parent
a64f3764be
commit
a8daf06d16
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue