feat: mention .tar.gz in import dropzone copy

This commit is contained in:
Charles GTE
2026-07-11 10:57:58 +02:00
parent 31fbc50ae6
commit 991ff2b5be
@@ -75,7 +75,7 @@ export const UploadBackupZone = ({onSuccessAction, database}: UploadRetentionZon
maxFiles={1} maxFiles={1}
description="Import database backup" description="Import database backup"
fileKind={`Database file (${fileKindDescription})`} fileKind={`Database file (${fileKindDescription})`}
dragMessage="Click or drag a database dump here" dragMessage="Click or drag a database dump or .tar.gz here"
onFileDropAction={(file: File) => setFile(file)} onFileDropAction={(file: File) => setFile(file)}
/> />
)} )}