Skip to content

Commit

Permalink
Add quotation marks
Browse files Browse the repository at this point in the history
Signed-off-by: Valdnet <[email protected]>
  • Loading branch information
Valdnet authored Nov 23, 2023
1 parent ea38651 commit 318875a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 318875a

Please sign in to comment.