Skip to content

Commit

Permalink
Merge pull request #1413 from nextcloud/fix/1379/artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Antreesy authored Nov 22, 2024
2 parents 39c6cd5 + 88e13f0 commit a289024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SetupChecks/LogErrors.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function run(): SetupResult {
return SetupResult::info(
$this->l10n->n(
'%n warning in the logs since %s',
'%n warnings in the logs since %s'.json_encode($count),
'%n warnings in the logs since %s',
$count[self::LEVEL_WARNING],
[$this->dateFormatter->formatDateTime($limit)],
)
Expand Down

0 comments on commit a289024

Please sign in to comment.