소스 검색

Fix: CustomCertificateModal Wrong displayname

Fix: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4912 Wrong Locale for Custom
Frank 1 개월 전
부모
커밋
f36d4e6906
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/modals/CustomCertificateModal.tsx

+ 1 - 1
frontend/src/modals/CustomCertificateModal.tsx

@@ -74,7 +74,7 @@ const CustomCertificateModal = EasyModal.create(({ visible, remove }: InnerModal
 					<Form>
 						<Modal.Header closeButton>
 							<Modal.Title>
-								<T id="object.add" tData={{ object: "lets-encrypt-via-dns" }} />
+								<T id="object.add" tData={{ object: "certificates.custom" }} />
 							</Modal.Title>
 						</Modal.Header>
 						<Modal.Body className="p-0">