UI adjustment

This commit is contained in:
Fang-Pen Lin
2025-11-03 17:45:09 -08:00
parent f2fa429458
commit 01a2871a6e

View File

@@ -29,7 +29,7 @@ export const RevealAcmeEabSecretModal = ({ isOpen, onClose, profile }: Props) =>
>
<ModalContent
title="Reveal EAB Secret"
subTitle="To issue certificates, your ACME client needs to use the following information."
subTitle="To issue certificates automatically, your ACME client needs the following details."
>
<FormLabel
label="ACME Directory URL"
@@ -53,7 +53,7 @@ export const RevealAcmeEabSecretModal = ({ isOpen, onClose, profile }: Props) =>
<FormLabel
label="EAB KID"
tooltipText="The EAB Key Identifier (KID) for your ACME client to use for authentication when registering a new account."
tooltipText="The EAB Key Identifier (KID) for your ACME client to authenticate when registering a new account."
/>
<div className="flex gap-2">
<Input value={eabKid} disabled />
@@ -74,7 +74,7 @@ export const RevealAcmeEabSecretModal = ({ isOpen, onClose, profile }: Props) =>
<FormLabel
label="EAB Secret"
className="mt-4"
tooltipText="The EAB Secret for your ACME client to use for authentication when registering a new account."
tooltipText="The EAB Secret for your ACME client to authenticate when registering a new account."
/>
<div className="flex gap-2">
<Input value={eabSecret} isDisabled />