From 14438bd2b4920b4e9a0a25202bbd7e77366c1e93 Mon Sep 17 00:00:00 2001
From: miloschwartz
Date: Wed, 17 Dec 2025 10:47:51 -0500
Subject: [PATCH] remove desc text
---
src/components/DomainPicker.tsx | 10 ----------
src/components/ui/dialog.tsx | 2 +-
2 files changed, 1 insertion(+), 11 deletions(-)
diff --git a/src/components/DomainPicker.tsx b/src/components/DomainPicker.tsx
index 1dbe97c9..f0f8a6fb 100644
--- a/src/components/DomainPicker.tsx
+++ b/src/components/DomainPicker.tsx
@@ -492,16 +492,6 @@ export default function DomainPicker({
{t("domainPickerInvalidSubdomainStructure")}
)}
- {showSubdomainInput && !subdomainInput && (
-
- {t("domainPickerEnterSubdomainOrLeaveBlank")}
-
- )}
- {showProvidedDomainSearch && !userInput && (
-
- {t("domainPickerEnterSubdomainToSearch")}
-
- )}
diff --git a/src/components/ui/dialog.tsx b/src/components/ui/dialog.tsx
index 2a81909a..cb39029f 100644
--- a/src/components/ui/dialog.tsx
+++ b/src/components/ui/dialog.tsx
@@ -88,7 +88,7 @@ const DialogTitle = React.forwardRef<