}
@if (showCsvExport) {
-
+
}
@if (searchResults && searchResults?.hasSucceeded && !searchResults?.isLoading && searchResults?.payload?.page.length > 0) {
diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5
index 56fd637ff3..b74c514397 100644
--- a/src/assets/i18n/en.json5
+++ b/src/assets/i18n/en.json5
@@ -7050,4 +7050,6 @@
"metadata-export-filtered-items.columns.warning": "CSV export automatically includes all relevant fields, so selections in this list are not taken into account.",
"embargo.listelement.badge": "Embargo until {{ date }}",
+
+ "metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
}