fix: Spelling on collection export modal

This commit is contained in:
Tom Moor
2022-09-11 15:54:49 +01:00
parent ad3e880491
commit 9f17b4a545
3 changed files with 10 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ function CollectionMenu({
const handleExport = React.useCallback(() => {
dialogs.openModal({
title: t("Export collection"),
isCentered: true,
content: (
<CollectionExport
collection={collection}