Skip to content

Commit

Permalink
unlock all utxos label (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov authored Nov 4, 2024
1 parent c2ef3a4 commit 30a7656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Connect/ConnectSmall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const ConnectSmall: React.FC<ConnectSmallProps> = ({
</div>
<div className="form-control">
<label className="label cursor-pointer">
<span className="label-text">Ordinals included</span>
<span className="label-text">Unlock all UTXOs</span>
<input
type="checkbox"
className="toggle toggle-primary"
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Connect/ConnectedSmall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const ConnectedSmall: React.FC<ConnectedSmallProps> = ({
</div>
<div className="form-control">
<label className="label cursor-pointer">
<span className="label-text">Ordinals included</span>
<span className="label-text">Unlock all UTXOs</span>
<input
type="checkbox"
className="toggle toggle-primary"
Expand Down

0 comments on commit 30a7656

Please sign in to comment.