From 499bbe4fa7760ced6d67f2dd35efb966f103135a Mon Sep 17 00:00:00 2001 From: yoan <536464346@qq.com> Date: Sat, 19 Oct 2024 22:23:56 +0800 Subject: [PATCH] fix deployment dialog title --- ui/src/components/certimate/DeployList.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/certimate/DeployList.tsx b/ui/src/components/certimate/DeployList.tsx index b3a1b62e..6c3caf71 100644 --- a/ui/src/components/certimate/DeployList.tsx +++ b/ui/src/components/certimate/DeployList.tsx @@ -326,7 +326,7 @@ const DeployEditDialog = ({ trigger, deployConfig, onSave }: DeployEditDialogPro {trigger} - {t("history.page.title")} + {t("domain.deployment.tab")} @@ -889,3 +889,4 @@ const DeployToKubernetes = () => { ); }; +