From 217001197408339c146db7e66af6ffe69e733f39 Mon Sep 17 00:00:00 2001 From: Leon Li Date: Tue, 3 Sep 2024 17:04:46 -0400 Subject: [PATCH] Improve WalletConnect error message to distinguish errors with mobile vs desktop --- components/views/ScanConnect/ScanConnectMobile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/views/ScanConnect/ScanConnectMobile.tsx b/components/views/ScanConnect/ScanConnectMobile.tsx index 140cdd43..98595acf 100644 --- a/components/views/ScanConnect/ScanConnectMobile.tsx +++ b/components/views/ScanConnect/ScanConnectMobile.tsx @@ -95,7 +95,7 @@ export default function ScanConnectMobile({ spacing={2} > - {`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.`} )}