From 6b1d5cf686e15859ccd6139b4bfac4c2d757a675 Mon Sep 17 00:00:00 2001 From: Alex Dolski Date: Thu, 25 Apr 2024 10:04:02 -0500 Subject: [PATCH] Change export menu item labels --- app/views/collections/_show_items_tab.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/collections/_show_items_tab.html.haml b/app/views/collections/_show_items_tab.html.haml index 9f4856e8..4de17a47 100644 --- a/app/views/collections/_show_items_tab.html.haml +++ b/app/views/collections/_show_items_tab.html.haml @@ -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