Browse Source

Correct spelling

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
tags/v28.0.0rc1
Valdnet 6 months ago
parent
commit
ea3865138f
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

@@ -47,7 +47,7 @@ class ForwardedForHeaders implements ISetupCheck {
}

public function getName(): string {
return $this->l10n->t('Forwared for headers');
return $this->l10n->t('Forwarded for headers');
}

public function run(): SetupResult {

Loading…
Cancel
Save