Fix messaging when there are no attributes (https://github.com/woocommerce/woocommerce-blocks/pull/1382)
This commit is contained in:
parent
2b1767482a
commit
762caa5aae
|
@ -233,7 +233,7 @@ const Edit = ( { attributes, setAttributes, debouncedSpeak } ) => {
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
{ __(
|
{ __(
|
||||||
"Attributes are needed for filtering your products. You haven't created any products yet.",
|
"Attributes are needed for filtering your products. You haven't created any attributes yet yet.",
|
||||||
'woo-gutenberg-products-block'
|
'woo-gutenberg-products-block'
|
||||||
) }
|
) }
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue