From 4a0e27572e20cebee5f5d7cf17fe88bee7f9dbb4 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Tue, 4 Nov 2025 14:54:02 +1000 Subject: [PATCH] Fix missing translation for renew cert dialog --- frontend/src/locale/lang/en.json | 1 + frontend/src/locale/src/en.json | 3 +++ frontend/src/modals/RenewCertificateModal.tsx | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/locale/lang/en.json b/frontend/src/locale/lang/en.json index 0c67c8d5..bda50f47 100644 --- a/frontend/src/locale/lang/en.json +++ b/frontend/src/locale/lang/en.json @@ -32,6 +32,7 @@ "certificate.none.subtitle.for-http": "This host will not use HTTPS", "certificate.none.title": "None", "certificate.not-in-use": "Not Used", + "certificate.renew": "Renew Certificate", "certificates": "Certificates", "certificates.custom": "Custom Certificate", "certificates.custom.warning": "Key files protected with a passphrase are not supported.", diff --git a/frontend/src/locale/src/en.json b/frontend/src/locale/src/en.json index 57b5ac6d..3a730e2f 100644 --- a/frontend/src/locale/src/en.json +++ b/frontend/src/locale/src/en.json @@ -98,6 +98,9 @@ "certificate.not-in-use": { "defaultMessage": "Not Used" }, + "certificate.renew": { + "defaultMessage": "Renew Certificate" + }, "certificates": { "defaultMessage": "Certificates" }, diff --git a/frontend/src/modals/RenewCertificateModal.tsx b/frontend/src/modals/RenewCertificateModal.tsx index c7e13dba..8904622e 100644 --- a/frontend/src/modals/RenewCertificateModal.tsx +++ b/frontend/src/modals/RenewCertificateModal.tsx @@ -47,7 +47,7 @@ const RenewCertificateModal = EasyModal.create(({ id, visible, remove }: Props) - +