mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
Fix: encrypted typo
This commit is contained in:
parent
59851ff323
commit
5f8b1f5b15
@ -163,7 +163,7 @@ export default class EncryptStorage extends Component {
|
|||||||
<BlueListItem
|
<BlueListItem
|
||||||
testID="EncyptedAndPasswordProtected"
|
testID="EncyptedAndPasswordProtected"
|
||||||
hideChevron
|
hideChevron
|
||||||
title="Encypted and Password protected"
|
title="Encrypted and Password protected"
|
||||||
Component={TouchableWithoutFeedback}
|
Component={TouchableWithoutFeedback}
|
||||||
switch={{ onValueChange: this.onEncryptStorageSwitch, value: this.state.storageIsEncrypted }}
|
switch={{ onValueChange: this.onEncryptStorageSwitch, value: this.state.storageIsEncrypted }}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user