FIX: Provide better warning

This commit is contained in:
Marcos Rodriguez 2019-09-14 01:23:17 -04:00
parent 865e7dbe40
commit 9615d0fc5f

View File

@ -91,7 +91,7 @@ export default class EncryptStorage extends Component {
} else {
Alert.alert(
'Decrypt Storage',
'Are you sure you want to decrypt your storage?',
'Are you sure you want to decrypt your storage? This will allow your wallets to be accessed without a password, and remove your plausible deniability wallets.',
[
{
text: loc.send.details.cancel,