fix tencent cos ui placeholder

main
Leo Chen 2024-10-23 18:48:01 +08:00
parent d82a9c9253
commit 7c685646da
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ const DeployToTencentCOS = () => {
<div>
<Label>{t("domain.deployment.form.domain.label")}</Label>
<Input
placeholder={t("domain.deployment.form.domain.label")}
placeholder={t("domain.deployment.form.domain.placeholder")}
className="w-full mt-1"
value={data?.config?.domain}
onChange={(e) => {