mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-17 06:24:32 +00:00
adjust wildcard placeholder
This commit is contained in:
@@ -42,6 +42,7 @@ import {
|
|||||||
Check,
|
Check,
|
||||||
CheckCircle2,
|
CheckCircle2,
|
||||||
ChevronsUpDown,
|
ChevronsUpDown,
|
||||||
|
ExternalLink,
|
||||||
KeyRound,
|
KeyRound,
|
||||||
Zap
|
Zap
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
@@ -514,7 +515,7 @@ export default function DomainPicker({
|
|||||||
? ""
|
? ""
|
||||||
: showSubdomainInput
|
: showSubdomainInput
|
||||||
? wildcardAllowed
|
? wildcardAllowed
|
||||||
? "*.level1 or level1"
|
? "* or subdomain"
|
||||||
: ""
|
: ""
|
||||||
: t("domainPickerNotAvailableForCname")
|
: t("domainPickerNotAvailableForCname")
|
||||||
}
|
}
|
||||||
@@ -914,9 +915,10 @@ export default function DomainPicker({
|
|||||||
href="https://docs.pangolin.net/self-host/advanced/wild-card-domains#setting-up-wildcard-certificates"
|
href="https://docs.pangolin.net/self-host/advanced/wild-card-domains#setting-up-wildcard-certificates"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="underline text-primary"
|
className="text-primary hover:underline inline-flex items-center gap-1"
|
||||||
>
|
>
|
||||||
{t("domainPickerWildcardCertWarningLink")}
|
{t("domainPickerWildcardCertWarningLink")}
|
||||||
|
<ExternalLink className="size-3.5 shrink-0" />
|
||||||
</a>
|
</a>
|
||||||
.
|
.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user