Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alextusinean committed Jul 3, 2024
2 parents cf71fcb + 623daba commit 51d55c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cryptForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export default function CryptForm({ isEncryption, isLoading, setIsLoading, passw
{isEncryptionWarning ? (
<Text>
You should only check this box if you were warned that the save file was GUnZipped too when you decrypted it.
If you GZip a save file that isn't supposed to be GZipped, the game might not recognize it and might delete it.
If you GZip a save file that isn&apos;t supposed to be GZipped, the game might not recognize it and might delete it.
</Text>
) : (
<Text>
Expand Down

0 comments on commit 51d55c9

Please sign in to comment.