From 5725905202cda8040b5278dd9ccbc314c5d33f45 Mon Sep 17 00:00:00 2001 From: David Arenas Date: Tue, 24 Oct 2023 11:21:40 +0200 Subject: [PATCH] Simplify modal text --- .../block-library/src/query/edit/enhanced-pagination-modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/query/edit/enhanced-pagination-modal.js b/packages/block-library/src/query/edit/enhanced-pagination-modal.js index feee44df75eda..94c4b13b09143 100644 --- a/packages/block-library/src/query/edit/enhanced-pagination-modal.js +++ b/packages/block-library/src/query/edit/enhanced-pagination-modal.js @@ -15,7 +15,7 @@ import { useState, useEffect } from '@wordpress/element'; import { useUnsupportedBlockList } from '../utils'; const disableEnhancedPaginationDescription = __( - '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.' + 'You have added unsupported blocks. For the enhanced pagination to work, remove them, then re-enable "Enhanced pagination" in the Query Block settings.' ); const modalDescriptionId =