Skip to content

Commit

Permalink
Fix error message for foundation pages input
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity committed Oct 22, 2024
1 parent c81afa4 commit 5be1648
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ const BypassPatterns: React.FC< BypassPatternsProps > = ( {
{ inputInvalid && (
<p className={ styles.error }>
{ sprintf(
/* translators: %d is the maximum number of foundation pages. */
/* translators: %d is the maximum number of foundation page URLs. */
_n(
'You can have only %d foundation page.',
'You can have only %d foundation pages.',
'You must provide %d foundation page URL.',
'You must provide between 1 and %d foundation page URLs.',
maxPatterns,
'jetpack-boost'
),
Expand Down

0 comments on commit 5be1648

Please sign in to comment.