update wallet ext notifications

This commit is contained in:
Tyler Shipe 2021-04-16 15:47:37 -04:00
parent e5f4433a2e
commit c616c4d3f4
2 changed files with 3 additions and 2 deletions

View File

@ -81,7 +81,7 @@ export class PhantomWalletAdapter
window.open('https://phantom.app/', '_blank')
notify({
message: 'Connection Error',
description: 'Please install Phantom wallet',
description: 'Please install Phantom wallet and then reload this page.',
})
return
}

View File

@ -12,7 +12,8 @@ export function SolletExtensionAdapter(_, network) {
connect: () => {
notify({
message: 'Sollet Extension Error',
description: 'Please install the Sollet Extension for Chrome',
description:
'Please install the Sollet Extension for Chrome and then reload this page.',
})
},
}