From 86c7cbddab57b5f7780ee69da7f09cc2e7a4ca8b Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 12 Nov 2025 07:34:44 +0100 Subject: [PATCH] Add certificate renewal message in German locale Fix: add missing translation for renew certificates --- frontend/src/locale/lang/de.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/locale/lang/de.json b/frontend/src/locale/lang/de.json index 64ba15fa..2541fe9c 100644 --- a/frontend/src/locale/lang/de.json +++ b/frontend/src/locale/lang/de.json @@ -32,6 +32,7 @@ "certificate.none.subtitle.for-http": "Dieser Host verwendet kein HTTPS.", "certificate.none.title": "Kein", "certificate.not-in-use": "Nicht in Benutzung", + "certificate.renew": "Zertifikat erneuern", "certificates": "Zertifikate", "certificates.custom": "Benutzerdefiniertes Zertifikat", "certificates.custom.warning": "Mit einem Passwort geschützte Schlüsseldateien werden nicht unterstützt.",