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 39c6cd5 + 88e13f0 commit a289024Copy full SHA for a289024
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