We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b877a commit e614487Copy full SHA for e614487
1 file changed
src/Components/Health/Checker/PerformanceChecker/PublicFilesystemChecker.php
@@ -31,7 +31,7 @@ public function collect(HealthCollection $collection): void
31
}
32
33
$collection->add(
34
- SettingsResult::warning('frosh-tools.checker.publicFilesystemBad',
+ SettingsResult::warning('frosh-tools.checker.publicFilesystemWarning',
35
$this->fileSystemType,
36
'not local',
37
$url
0 commit comments