diff --git a/assets/js/blocks/attribute-filter/edit.tsx b/assets/js/blocks/attribute-filter/edit.tsx index 6053289021a..01fe9ef3d4d 100644 --- a/assets/js/blocks/attribute-filter/edit.tsx +++ b/assets/js/blocks/attribute-filter/edit.tsx @@ -283,17 +283,10 @@ const Edit = ( { "Show 'Apply filters' button", 'woo-gutenberg-products-block' ) } - help={ - showFilterButton - ? __( - 'Products will only update when the button is clicked.', - 'woo-gutenberg-products-block' - ) - : __( - 'Products will update as soon as attributes are selected.', - 'woo-gutenberg-products-block' - ) - } + help={ __( + 'Products will update when the button is clicked.', + 'woo-gutenberg-products-block' + ) } checked={ showFilterButton } onChange={ ( value ) => setAttributes( { diff --git a/assets/js/blocks/price-filter/edit.tsx b/assets/js/blocks/price-filter/edit.tsx index 5408dba88d2..637cdfd5853 100644 --- a/assets/js/blocks/price-filter/edit.tsx +++ b/assets/js/blocks/price-filter/edit.tsx @@ -100,17 +100,10 @@ export default function ( { "Show 'Apply filters' button", 'woo-gutenberg-products-block' ) } - help={ - showFilterButton - ? __( - 'Products will only update when the button is clicked.', - 'woo-gutenberg-products-block' - ) - : __( - 'Products will update when the slider is moved.', - 'woo-gutenberg-products-block' - ) - } + help={ __( + 'Products will update when the button is clicked.', + 'woo-gutenberg-products-block' + ) } checked={ showFilterButton } onChange={ () => setAttributes( { diff --git a/assets/js/blocks/rating-filter/edit.tsx b/assets/js/blocks/rating-filter/edit.tsx index 8c0f63d943d..ac4183c0552 100644 --- a/assets/js/blocks/rating-filter/edit.tsx +++ b/assets/js/blocks/rating-filter/edit.tsx @@ -121,17 +121,10 @@ const Edit = ( { "Show 'Apply filters' button", 'woo-gutenberg-products-block' ) } - help={ - showFilterButton - ? __( - 'Products will only update when the button is clicked.', - 'woo-gutenberg-products-block' - ) - : __( - 'Products will update as soon as attributes are selected.', - 'woo-gutenberg-products-block' - ) - } + help={ __( + 'Products will update when the button is clicked.', + 'woo-gutenberg-products-block' + ) } checked={ showFilterButton } onChange={ ( value ) => setAttributes( { diff --git a/assets/js/blocks/stock-filter/edit.tsx b/assets/js/blocks/stock-filter/edit.tsx index 7117159c9d5..ced580cfdcb 100644 --- a/assets/js/blocks/stock-filter/edit.tsx +++ b/assets/js/blocks/stock-filter/edit.tsx @@ -126,17 +126,10 @@ const Edit = ( { "Show 'Apply filters' button", 'woo-gutenberg-products-block' ) } - help={ - showFilterButton - ? __( - 'Products will only update when the button is clicked.', - 'woo-gutenberg-products-block' - ) - : __( - 'Products will update as soon as attributes are selected.', - 'woo-gutenberg-products-block' - ) - } + help={ __( + 'Products will update when the button is clicked.', + 'woo-gutenberg-products-block' + ) } checked={ showFilterButton } onChange={ ( value ) => setAttributes( {