From 7aaf4a7424b01eed0669ae0e11f911b040c52dd7 Mon Sep 17 00:00:00 2001 From: "Matt (IPv4) Cowley" Date: Thu, 16 Dec 2021 15:00:08 +0000 Subject: [PATCH] Update src/nginxconfig/i18n/de/templates/setup_sections/certbot.js --- src/nginxconfig/i18n/de/templates/setup_sections/certbot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nginxconfig/i18n/de/templates/setup_sections/certbot.js b/src/nginxconfig/i18n/de/templates/setup_sections/certbot.js index 22c3d41..15fbbc6 100644 --- a/src/nginxconfig/i18n/de/templates/setup_sections/certbot.js +++ b/src/nginxconfig/i18n/de/templates/setup_sections/certbot.js @@ -31,7 +31,7 @@ const certbot = 'Certbot'; export default { commentOutSslDirectivesInConfiguration: `Kommentiere ${common.ssl}-relevante Direktiven in deiner Konfiguration aus:`, reloadYourNginxServer: `Führe einen reload deines ${common.nginx} Server aus:`, - obtainSslCertificatesFromLetsEncrypt: `Erhalte ${common.ssl} Zertifikate von ${common.letsEncrypt} mittels ${certbot} :`, + obtainSslCertificatesFromLetsEncrypt: `Erhalte ${common.ssl} Zertifikate von ${common.letsEncrypt} mittels ${certbot}:`, uncommentSslDirectivesInConfiguration: `Kommentiere ${common.ssl}-relevante Direktiven in deiner Konfiguration ein:`, configureCertbotToReloadNginxOnCertificateRenewal: `Konfiguriere ${certbot} um ${common.nginx} neu zu laden, wenn die Zertifikate erfolgreich erneuert wurden:`, certbotDoesNotNeedToBeSetupForYourConfiguration: `${certbot} muss für deine ${common.nginx} Konfiguration nicht eingerichtet werden.`,