fix multi level subdomain conflict bug

This commit is contained in:
miloschwartz
2025-07-19 22:54:30 -07:00
parent a39b1db266
commit 86a4656651
2 changed files with 3 additions and 3 deletions

View File

@@ -382,7 +382,7 @@ export default function DomainPicker({
<Alert>
<AlertCircle className="h-4 w-4" />
<AlertDescription>
{t("domainPickerNoMatchingDomains", { userInput })}
{t("domainPickerNoMatchingDomains")}
</AlertDescription>
</Alert>
)}