From e321712d3a6249ccd44eb14ab0dface8652d588c Mon Sep 17 00:00:00 2001 From: Levi van Noort <73097785+levivannoort@users.noreply.github.com> Date: Sat, 29 Nov 2025 13:13:24 +0100 Subject: [PATCH] chore: wording change requested by code-rabbit --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index 82ce58ba9c..7f13038787 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -360,7 +360,7 @@ return [ ], [ 'name' => '_APP_TRUSTED_HEADERS', - 'description' => 'This option allows you to set the list of trusted headers, the value is a comma‑separated list of HTTP header names, evaluated left‑to‑right for the first valid IP, and that names are treated case‑insensitively', + 'description' => 'This option allows you to set the list of trusted headers, the value is a comma‑separated list of HTTP header names, evaluated left-to-right for the first valid IP. Header names are treated case-insensitively.', 'introduction' => '1.8.0', 'default' => 'x-forwarded-for', 'required' => false,