Skip to content

Commit

Permalink
Change export menu item labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dolski committed Apr 25, 2024
1 parent c4e28c2 commit 6b1d5cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/collections/_show_items_tab.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"data-bs-target": "#download-csv-modal",
"data-bs-toggle": "modal",
role: "button"}
All Items As CSV
All Items In This Collection (CSV)
%button.dropdown-item.download-files{"data-collection-id": @collection.id,
"data-bs-target": "#download-files-modal",
"data-bs-toggle": "modal",
role: "button"}
All Files
All Files In This Collection (Zip)
.clearfix.mb-3
Expand Down

0 comments on commit 6b1d5cf

Please sign in to comment.