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.
2 parents edf54c7 + bd1590d commit 2a76b6cCopy full SHA for 2a76b6c
lib/SetupChecks/LogErrors.php
@@ -80,7 +80,7 @@ public function run(): SetupResult {
80
return SetupResult::info(
81
$this->l10n->n(
82
'%n warning in the logs since %s',
83
- '%n warnings in the logs since %s'.json_encode($count),
+ '%n warnings in the logs since %s',
84
$count[self::LEVEL_WARNING],
85
[$this->dateFormatter->formatDateTime($limit)],
86
)
0 commit comments