Skip to content

Commit

Permalink
fix: fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
slient-coder committed Oct 8, 2023
1 parent 66f663f commit 7d0bc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/Input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const AddressInput = (props: InputProps) => {
setInscription(inscription);
if (inscription.utxoConfirmation < SAFE_DOMAIN_CONFIRMATION) {
setParseError(
`This domain recently has been transferred or inscribed. Please wait for block confirmations (${inscription.utxoConfirmation}/3).`
`This domain has been transferred or inscribed recently. Please wait for block confirmations (${inscription.utxoConfirmation}/3).`
);
return;
}
Expand Down

0 comments on commit 7d0bc8f

Please sign in to comment.