Skip to content

Commit

Permalink
Improve WalletConnect error message to distinguish errors with mobile…
Browse files Browse the repository at this point in the history
… vs desktop
  • Loading branch information
leontastic committed Sep 3, 2024
1 parent 3311bd9 commit 2170011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/views/ScanConnect/ScanConnectMobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function ScanConnectMobile({
spacing={2}
>
<Text textStyle="body2" colorScheme="red">
{`An error has occurred while generating the QR code. Please try again.`}
{`An error has occurred while connecting to your mobile wallet. Please try again.`}
</Text>
</Stack>
)}
Expand Down

0 comments on commit 2170011

Please sign in to comment.