Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add quotation marks
Signed-off-by: Valdnet <[email protected]>
  • Loading branch information
Valdnet authored Nov 23, 2023
commit 318875a16eded8b1d5aef75e4e4bd2af21df1fa2
2 changes: 1 addition & 1 deletion apps/settings/lib/SetupChecks/ForwardedForHeaders.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function run(): SetupResult {
$detectedRemoteAddress = $this->request->getRemoteAddress();

if (!\is_array($trustedProxies)) {
return SetupResult::error($this->l10n->t('Your trusted_proxies setting is not correctly set, it should be an array.'));
return SetupResult::error($this->l10n->t('Your "trusted_proxies" setting is not correctly set, it should be an array.'));
}

if (($remoteAddress === '') && ($detectedRemoteAddress === '')) {
Expand Down