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 = () => {
>
);
};
+