Fix: encrypted typo

This commit is contained in:
ncoelho 2020-06-15 22:26:58 +02:00 committed by Overtorment
parent 59851ff323
commit 5f8b1f5b15

View File

@ -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 }}
/> />