File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments