Skip to content

Commit

Permalink
rename button
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorHarbo committed Jul 25, 2023
1 parent 0be41d4 commit 1780d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/src/components/searchResults/SearchResultExport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
CSV export
</button>
<a v-if="configs.exportOptions.zipAllowed === 'true'" class="exportButton" :href="exportToZip()">
Batch content export
Zip content export
</a>
</div>
<div v-if="csvExportOpen" class="csvExportOptions">
Expand Down

0 comments on commit 1780d9f

Please sign in to comment.