Skip to content

Commit

Permalink
Update copy (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing authored Sep 19, 2024
1 parent b568f8c commit c701e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sats-connect/ui",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/lib/WalletProviderSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ export function WalletProviderSelector() {
}}
>
{hasAnyWalletInstalled()
? "Start by selecting with one of the wallets below and confirming the connection."
? "Start by selecting one of the wallets below and confirming the connection."
: "Start by installing one of the wallets below."}
</div>
<div
Expand Down

0 comments on commit c701e32

Please sign in to comment.