From f012fa3474c2abfec3aba4ed8810e337216d6e1a Mon Sep 17 00:00:00 2001 From: Jerry Jones Date: Wed, 10 Jul 2024 10:05:28 -0500 Subject: [PATCH] Set query loop to have the inherit value by default --- .../block-library/src/query/edit/inspector-controls/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/query/edit/inspector-controls/index.js b/packages/block-library/src/query/edit/inspector-controls/index.js index 0fa6a176c1b796..cd6b7a262c0081 100644 --- a/packages/block-library/src/query/edit/inspector-controls/index.js +++ b/packages/block-library/src/query/edit/inspector-controls/index.js @@ -150,7 +150,7 @@ export default function QueryInspectorControls( props ) { __nextHasNoMarginBottom label={ __( 'Inherit query from template' ) } help={ __( - 'Toggle to use the global query context that is set with the current template, such as an archive or search. Disable to customize the settings independently.' + 'Enable to use the global query context that is set with the current template, such as an archive or search. Disable to customize the settings independently.' ) } checked={ !! inherit } onChange={ ( value ) =>