fix typo 'Have your saved' => 'Have you saved'

https://github.com/BlueWallet/BlueWallet/issues/1073
This commit is contained in:
João Bordalo 2020-05-20 15:26:38 +01:00 committed by Overtorment
parent b853268038
commit 4abedd67d3

View file

@ -382,7 +382,7 @@ export class BlueButtonLink extends Component {
export const BlueAlertWalletExportReminder = ({ onSuccess = () => {}, onFailure }) => {
Alert.alert(
'Wallet',
`Have your saved your wallet's backup phrase? This backup phrase is required to access your funds in case you lose this device. Without the backup phrase, your funds will be permanently lost.`,
`Have you saved your wallet's backup phrase? This backup phrase is required to access your funds in case you lose this device. Without the backup phrase, your funds will be permanently lost.`,
[
{ text: 'Yes, I have', onPress: onSuccess, style: 'cancel' },
{