Skip to content

Commit b5c6fa6

Browse files
authored
Merge pull request #94 from blocknative/edit/change-network-text
Modify network text. Closes #92
2 parents eaae406 + a5f8ea7 commit b5c6fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/ready/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function network(correctNetwork: number): WalletReadyModule {
1414
if (network != (correctNetwork || '1')) {
1515
return {
1616
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(
1818
Number(network)
1919
)}</b> to <b>${networkName(
2020
Number(correctNetwork)

0 commit comments

Comments
 (0)