diff --git a/languages/en.yaml b/languages/en.yaml index 13ad403a..3d942d93 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -652,8 +652,6 @@ PLUGIN_ADMIN: FORCE_SSL_HELP: "Globally force SSL, if enabled when the site is reached through HTTP, Grav sends a redirect to the HTTPS page" NEWS_FEED: "News Feed" EXTERNAL_URL: "External URL" - SESSION_PATH: "The session path" - SESSION_PATH_HELP: "Use only if you choose a custom base URL (you rewrite the site domain / subfolder)" SESSION_SAMESITE: "The session SameSite attribute" SESSION_SAMESITE_HELP: "Lax|Strict|None. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite for more info" CUSTOM_BASE_URL: "Custom base URL" @@ -1090,5 +1088,7 @@ PLUGIN_ADMIN: RESIZE_QUALITY_HELP: "The quality to use when resizing an image. Between 0 and 1 value." PIXELS: "pixels" ACCESS_ADMIN_CONFIGURATION_SECURITY: "Manage Security Configuration" - SESSION_DOMAIN: "The session domain" - SESSION_DOMAIN_HELP: "Use only if you choose a custom base URL (you rewrite the site domain / subfolder)" + SESSION_DOMAIN: "Session domain" + SESSION_DOMAIN_HELP: "Use only if you you rewrite the site domain for example in a Docker Container." + SESSION_PATH: "Session path" + SESSION_PATH_HELP: "Use only if you you rewrite the site path for example in a Docker Container."