From d54337cded1248e0b30d53a4a6ca2e3d2c0f1262 Mon Sep 17 00:00:00 2001 From: im3dabasia Date: Thu, 19 Dec 2024 15:14:17 +0530 Subject: [PATCH] fix: Updated static string used in help prop --- packages/block-library/src/table-of-contents/edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/table-of-contents/edit.js b/packages/block-library/src/table-of-contents/edit.js index 735875fd6ed4e0..394ff2666067d4 100644 --- a/packages/block-library/src/table-of-contents/edit.js +++ b/packages/block-library/src/table-of-contents/edit.js @@ -122,7 +122,7 @@ export default function TableOfContentsEdit( { 'Only including headings from the current page (if the post is paginated).' ) : __( - 'Only include headings from the current page (if the post is paginated).' + 'Include headings from all pages (if the post is paginated).' ) } />