Skip to content

Commit a289024

Browse files
authored
Merge pull request #1413 from nextcloud/fix/1379/artifact
2 parents 39c6cd5 + 88e13f0 commit a289024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SetupChecks/LogErrors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function run(): SetupResult {
8080
return SetupResult::info(
8181
$this->l10n->n(
8282
'%n warning in the logs since %s',
83-
'%n warnings in the logs since %s'.json_encode($count),
83+
'%n warnings in the logs since %s',
8484
$count[self::LEVEL_WARNING],
8585
[$this->dateFormatter->formatDateTime($limit)],
8686
)

0 commit comments

Comments
 (0)