]> source.dussan.org Git - nextcloud-server.git/commitdiff
Correct spelling
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Thu, 23 Nov 2023 07:39:17 +0000 (08:39 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Nov 2023 07:39:17 +0000 (08:39 +0100)
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
apps/settings/lib/SetupChecks/ForwardedForHeaders.php

index 3572feabb1f90b9a7f5a7393affe320e5c94c005..25033c1aa261a9448b5e18361f1ad6b9ea3344d5 100644 (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 {