Browse Source

Add quotation marks

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
tags/v28.0.0rc1
Valdnet 6 months ago
parent
commit
318875a16e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/settings/lib/SetupChecks/ForwardedForHeaders.php

+ 1
- 1
apps/settings/lib/SetupChecks/ForwardedForHeaders.php View File

@@ -56,7 +56,7 @@ class ForwardedForHeaders implements ISetupCheck {
$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 === '')) {

Loading…
Cancel
Save