Skip to content

Commit eee7496

Browse files
authored
Merge pull request #4917 from lastsamurai26/develop
Fix: wrong translate and adding missing translations
2 parents 711f312 + 40db26b commit eee7496

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)