Skip to content

Commit

Permalink
Simplify modal text
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Oct 24, 2023
1 parent be244c3 commit 5725905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 5725905

Please sign in to comment.