Skip to content

Commit f36d4e6

Browse files
Fix: CustomCertificateModal Wrong displayname
Fix: #4912 Wrong Locale for Custom
1 parent 86c7cbd commit f36d4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/modals/CustomCertificateModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const CustomCertificateModal = EasyModal.create(({ visible, remove }: InnerModal
7474
<Form>
7575
<Modal.Header closeButton>
7676
<Modal.Title>
77-
<T id="object.add" tData={{ object: "lets-encrypt-via-dns" }} />
77+
<T id="object.add" tData={{ object: "certificates.custom" }} />
7878
</Modal.Title>
7979
</Modal.Header>
8080
<Modal.Body className="p-0">

0 commit comments

Comments
 (0)