From e57312593416982626ae89afc64fd096fff1af8a Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Mon, 27 Apr 2026 15:14:18 -0700 Subject: [PATCH] update wildcard resources link --- messages/en-US.json | 4 ++-- src/components/DomainPicker.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/en-US.json b/messages/en-US.json index 9347235ef..c78d3e1be 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -2339,7 +2339,7 @@ "domainPickerVerified": "Verified", "domainPickerUnverified": "Unverified", "domainPickerManual": "Manual", - "domainPickerInvalidSubdomainStructure": "This subdomain contains invalid characters or structure. It will be sanitized automatically when you save.", + "domainPickerInvalidSubdomainStructure": "Invalid characters will be sanitized when saved.", "domainPickerError": "Error", "domainPickerErrorLoadDomains": "Failed to load organization domains", "domainPickerErrorCheckAvailability": "Failed to check domain availability", @@ -3196,7 +3196,7 @@ "webhookHeaderValuePlaceholder": "Value", "alertLabel": "Alert", "domainPickerWildcardSubdomainNotAllowed": "Wildcard subdomains are not allowed.", - "domainPickerWildcardCertWarning": "Wildcard certificates must be configured separately in Traefik.", + "domainPickerWildcardCertWarning": "Wildcard resources may require additional configuration to work properly.", "domainPickerWildcardCertWarningLink": "Learn more", "health": "Health" } diff --git a/src/components/DomainPicker.tsx b/src/components/DomainPicker.tsx index 89cc4fed9..daacf892b 100644 --- a/src/components/DomainPicker.tsx +++ b/src/components/DomainPicker.tsx @@ -913,7 +913,7 @@ export default function DomainPicker({

{t("domainPickerWildcardCertWarning")}{" "}