Skip to content

Commit

Permalink
Fix translatable string in pagination modal (#60742)
Browse files Browse the repository at this point in the history
Co-authored-by: oandregal <[email protected]>
Co-authored-by: alexstine <[email protected]>
Co-authored-by: amieiro <[email protected]>
  • Loading branch information
4 people authored and pull[bot] committed May 22, 2024
1 parent d57351e commit 3020940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function EnhancedPaginationModal( {
if ( hasBlocksFromPlugins ) {
notice =
__(
'Currently, avoiding full page reloads is not possible when non-interactive or non-clientNavigation compatible blocks from plugins are present inside the Query block.'
'Currently, avoiding full page reloads is not possible when non-interactive or non-client Navigation compatible blocks from plugins are present inside the Query block.'
) +
' ' +
notice;
Expand Down

0 comments on commit 3020940

Please sign in to comment.