You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/modules/ready/network.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ function network(correctNetwork: number): WalletReadyModule {
14
14
if(network!=(correctNetwork||'1')){
15
15
return{
16
16
heading: 'You Must Change Networks',
17
-
description: `Blockchain applications have different networks they can work on. Think of this like making sure you're on Netflix vs Hulu to watch your favorite show. We've detected that you need to switch your wallet's network from <b>${networkName(
17
+
description: `We've detected that you need to switch your wallet's network from <b>${networkName(
0 commit comments