Fix missing translation for renew cert dialog

This commit is contained in:
Jamie Curnow
2025-11-04 14:54:02 +10:00
parent 8c37348b65
commit 4a0e27572e
3 changed files with 5 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
"certificate.none.subtitle.for-http": "This host will not use HTTPS", "certificate.none.subtitle.for-http": "This host will not use HTTPS",
"certificate.none.title": "None", "certificate.none.title": "None",
"certificate.not-in-use": "Not Used", "certificate.not-in-use": "Not Used",
"certificate.renew": "Renew Certificate",
"certificates": "Certificates", "certificates": "Certificates",
"certificates.custom": "Custom Certificate", "certificates.custom": "Custom Certificate",
"certificates.custom.warning": "Key files protected with a passphrase are not supported.", "certificates.custom.warning": "Key files protected with a passphrase are not supported.",

View File

@@ -98,6 +98,9 @@
"certificate.not-in-use": { "certificate.not-in-use": {
"defaultMessage": "Not Used" "defaultMessage": "Not Used"
}, },
"certificate.renew": {
"defaultMessage": "Renew Certificate"
},
"certificates": { "certificates": {
"defaultMessage": "Certificates" "defaultMessage": "Certificates"
}, },

View File

@@ -47,7 +47,7 @@ const RenewCertificateModal = EasyModal.create(({ id, visible, remove }: Props)
<Modal show={visible} onHide={isSubmitting ? undefined : remove}> <Modal show={visible} onHide={isSubmitting ? undefined : remove}>
<Modal.Header closeButton={!isSubmitting}> <Modal.Header closeButton={!isSubmitting}>
<Modal.Title> <Modal.Title>
<T id="renew-certificate" /> <T id="certificate.renew" />
</Modal.Title> </Modal.Title>
</Modal.Header> </Modal.Header>
<Modal.Body> <Modal.Body>