From ebbae4e711ceefbf3971e87c4568f020f133f1de Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Wed, 8 Dec 2021 17:43:15 +0200 Subject: [PATCH] Added translation for `system.session.secure_https` setting --- languages/en.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/languages/en.yaml b/languages/en.yaml index 0d61ed75..0e942e07 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -1122,3 +1122,5 @@ PLUGIN_ADMIN: ENABLE: Enable PLUGINS_MUST_BE_ENABLED: "Plugin must be enabled to configure" ACTIVATION_REQUIRED: "Activation required to configure" + SESSION_SECURE_HTTPS: "Secure (HTTPS)" + SESSION_SECURE_HTTPS_HELP: "Set session secure on HTTPS but not on HTTP. Has no effect if you have above Secure setting set to true. Set to false if your site jumps between HTTP and HTTPS."