Rename UI name

This commit is contained in:
Fang-Pen Lin
2025-11-07 10:07:12 -08:00
parent d7274e7e63
commit 198f9558c8
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ export const ProfileRow = ({
}}
icon={<FontAwesomeIcon icon={faEye} />}
>
Reveal EAB Secret
Reveal ACME EAB
</DropdownMenuItem>
)}
{canIssueCertificate && profile.enrollmentType === "api" && (

View File

@@ -41,7 +41,7 @@ export const RevealAcmeEabSecretModal = ({ isOpen, onClose, profile }: Props) =>
}}
>
<ModalContent
title="Reveal EAB Secret"
title="Reveal ACME EAB"
subTitle="To issue certificates automatically, your ACME client needs the following details."
>
{isLoading && (