mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Rename UI name
This commit is contained in:
@@ -164,7 +164,7 @@ export const ProfileRow = ({
|
||||
}}
|
||||
icon={<FontAwesomeIcon icon={faEye} />}
|
||||
>
|
||||
Reveal EAB Secret
|
||||
Reveal ACME EAB
|
||||
</DropdownMenuItem>
|
||||
)}
|
||||
{canIssueCertificate && profile.enrollmentType === "api" && (
|
||||
|
||||
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user