瀏覽代碼

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">