Skip to content

Commit

Permalink
update DomainNotRegistered text
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis committed Dec 16, 2023
1 parent a38ba39 commit 19ecdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/DomainNotRegistered.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const DomainNotRegistered: FC = (): ReactElement => (
This Domain is currently not registered!
</h2>
<p className="mt-2 text-center text-lg text-muted-foreground">
Please try again a other Domain.
Please try again with a different domain.
</p>
</div>
);
Expand Down

0 comments on commit 19ecdea

Please sign in to comment.