Skip to content

Commit

Permalink
Update cryptForm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alextusinean authored Jul 2, 2024
1 parent 8a94855 commit 623daba
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 @@ -213,7 +213,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 623daba

Please sign in to comment.