Merge branch 'filepicker' of https://github.com/BlueWallet/BlueWallet into filepicker

This commit is contained in:
Marcos Rodriguez 2020-01-02 14:00:31 -06:00
commit 447d0e3042

View File

@ -108,7 +108,7 @@ const WalletsImport = () => {
onPress={importButtonPressed}
/>
<BlueButtonLink
title={loc.wallets.import.scan_qr}
title='...or scan for wallet instead?'
onPress={() => {
navigate('ScanQrAddress', { launchedBy: 'ImportWallet', onBarScanned, showFileImportButton: true });
}}