Skip to content

Commit 00ed708

Browse files
committed
reword error message
1 parent eb76063 commit 00ed708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/frame/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function frame(): WalletInit {
2424

2525
if (!provider.connected) {
2626
throw new Error(
27-
'Frame App must be open with a hot wallet connected. If not installed first download the Frame wallet'
27+
'Frame App must be open with a hot wallet connected. If not installed first download the Frame App.'
2828
)
2929
}
3030
return {

packages/injected/src/wallets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ const frame: InjectedWalletModule = {
343343
return { provider }
344344
} else {
345345
throw new Error(
346-
'Frame App must be open with a hot wallet connected. If not installed first download the Frame wallet'
346+
'Frame App must be open with a hot wallet connected. If not installed first download the Frame App.'
347347
)
348348
}
349349
},

0 commit comments

Comments
 (0)