mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
fix typo 'Have your saved' => 'Have you saved'
https://github.com/BlueWallet/BlueWallet/issues/1073
This commit is contained in:
parent
b853268038
commit
4abedd67d3
1 changed files with 1 additions and 1 deletions
|
@ -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' },
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue