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")}{" "}