We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7623165 commit 3d2643eCopy full SHA for 3d2643e
lib/SetupChecks/LogErrors.php
@@ -92,7 +92,7 @@ public function run(): SetupResult {
92
return SetupResult::info(
93
$this->l10n->n(
94
'%n warning in the logs since %s',
95
- '%n warnings in the logs since %s'.json_encode($count),
+ '%n warnings in the logs since %s',
96
$count[self::LEVEL_WARNING],
97
[$this->dateFormatter->formatDate($limit)],
98
)
0 commit comments