Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Oct 22, 2021
1 parent 064fe02 commit 40e63de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ function PatternExplorerSearchResults( {
{ sprintf(
/* translators: %d: number of patterns. %s: block pattern search query */
_n(
'%d pattern found for "%s"',
'%d patterns found for "%s"',
'%1$d pattern found for "%2$s"',
'%1$d patterns found for "%2$s"',
filteredBlockPatterns.length
),
filteredBlockPatterns.length,
Expand Down

0 comments on commit 40e63de

Please sign in to comment.