Skip to content

Commit 5725905

Browse files
committed
Simplify modal text
1 parent be244c3 commit 5725905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/block-library/src/query/edit/enhanced-pagination-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { useState, useEffect } from '@wordpress/element';
1515
import { useUnsupportedBlockList } from '../utils';
1616

1717
const disableEnhancedPaginationDescription = __(
18-
'Plugin blocks and globally synced blocks are not supported yet. For the enhanced pagination to work, remove the unsupported blocks, then re-enable "Enhanced pagination" in the Query Block settings.'
18+
'You have added unsupported blocks. For the enhanced pagination to work, remove them, then re-enable "Enhanced pagination" in the Query Block settings.'
1919
);
2020

2121
const modalDescriptionId =

0 commit comments

Comments
 (0)