Remove 'zip file may be corrupted' message

This commit is contained in:
2024-08-09 14:09:26 +02:00
parent 12e23b3872
commit 5ac09ac4fb
2 changed files with 4 additions and 2 deletions

View File

@@ -106,7 +106,8 @@ const recursive_set_url = (parent_path, file) => {
{:else if status === "parse_failed"}
<TextBlock>
<p>
Zip archive could not be parsed. It may be corrupted.
Zip archive could not be parsed. This usually means that the archive
is encrypted or that it uses an unsupported compression format.
</p>
</TextBlock>
{/if}

View File

@@ -110,7 +110,8 @@ const recursive_size = (file) => {
{:else if status === "parse_failed"}
<TextBlock>
<p>
Zip archive could not be parsed. It may be corrupted.
Zip archive could not be parsed. This usually means that the archive
is encrypted or that it uses an unsupported compression format.
</p>
</TextBlock>
{/if}