From 2cfd3f55b9732e1b8b337127226500b0d18f04ef Mon Sep 17 00:00:00 2001 From: MrJmpl3 Date: Mon, 3 Oct 2022 18:11:31 -0500 Subject: [PATCH] =?UTF-8?q?:bug:=20fix:=20missing=20translations=20key,=20?= =?UTF-8?q?again=20=F0=9F=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../i18n/de/templates/domain_sections/reverse_proxy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nginxconfig/i18n/de/templates/domain_sections/reverse_proxy.js b/src/nginxconfig/i18n/de/templates/domain_sections/reverse_proxy.js index 4a095f9..99e30ea 100644 --- a/src/nginxconfig/i18n/de/templates/domain_sections/reverse_proxy.js +++ b/src/nginxconfig/i18n/de/templates/domain_sections/reverse_proxy.js @@ -31,4 +31,5 @@ export default { reverseProxyCannotBeEnabledWithPhp: `${common.reverseProxy} kann nicht aktiviert werden, während ${common.php} aktiviert ist.`, reverseProxyCannotBeEnabledWithPython: `${common.reverseProxy} kann nicht aktiviert werden, während ${common.python} aktiviert ist.`, enableReverseProxy: `${common.enable} ${common.reverseProxy}`, + proxyHeaderOverride: 'Proxy header override', // TODO: translate };