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 9aad2bd commit 4cd0ad9Copy full SHA for 4cd0ad9
lib/SetupChecks/LogErrors.php
@@ -97,7 +97,7 @@ public function run(): SetupResult {
97
return SetupResult::info(
98
$this->l10n->n(
99
'%n warning in the logs since %s',
100
- '%n warnings in the logs since %s'.json_encode($count),
+ '%n warnings in the logs since %s',
101
$count[self::LEVEL_WARNING],
102
[$this->dateFormatter->formatDateTime($limit)],
103
)
0 commit comments