add wildcase domain supported ui label

This commit is contained in:
Leo Chen
2024-10-23 18:21:18 +08:00
parent 4b324e6a22
commit 195aa54cdc
4 changed files with 4 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ const DeployToQiniuCDN = () => {
return (
<div className="flex flex-col space-y-8">
<div>
<Label>{t("domain.deployment.form.domain.label")}</Label>
<Label>{t("domain.deployment.form.domain.label.wildsupported")}</Label>
<Input
placeholder={t("domain.deployment.form.domain.placeholder")}
className="w-full mt-1"

View File

@@ -38,7 +38,7 @@ const DeployToTencentCDN = () => {
return (
<div className="flex flex-col space-y-8">
<div>
<Label>{t("domain.deployment.form.domain.label")}</Label>
<Label>{t("domain.deployment.form.domain.label.wildsupported")}</Label>
<Input
placeholder={t("domain.deployment.form.domain.placeholder")}
className="w-full mt-1"