diff --git a/languages/en.yaml b/languages/en.yaml index d3df90ee..91646f93 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -472,3 +472,5 @@ PLUGIN_ADMIN: SESSION_SECURE_HELP: "If true, indicates that communication for this cookie must be over an encrypted transmission. WARNING: Enable this only on sites that run exclusively on HTTPS" SESSION_HTTPONLY: "HTTP Only" SESSION_HTTPONLY_HELP: "If true, indicates that cookies should be used only over HTTP, and JavaScript modification is not allowed" + REVERSE_PROXY: "Reverse Proxy" + REVERSE_PROXY_HELP: "Enable this if you are behind a reverse proxy and you are having trouble with URLs containing incorrect ports"