feat: ability to define zip compression level

This commit is contained in:
Elias Schneider
2023-07-22 15:44:45 +02:00
parent 389dc87cac
commit 7827b687fa
4 changed files with 9 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ const DownloadAllButton = ({ shareId }: { shareId: string }) => {
}
}}
>
<FormattedMessage id="share.download-all" />
<FormattedMessage id="share.button.download-all" />
</Button>
);
};