Replace three dots with an ellipsis in Product Search placeholder (https://github.com/woocommerce/woocommerce-blocks/pull/1672)
This commit is contained in:
parent
29600c501f
commit
aa4bc302a5
|
@ -59,7 +59,7 @@ registerBlockType( 'woocommerce/product-search', {
|
|||
*/
|
||||
placeholder: {
|
||||
type: 'string',
|
||||
default: __( 'Search products...', 'woo-gutenberg-products-block' ),
|
||||
default: __( 'Search products…', 'woo-gutenberg-products-block' ),
|
||||
source: 'attribute',
|
||||
selector: 'input.wc-block-product-search__field',
|
||||
attribute: 'placeholder',
|
||||
|
|
Loading…
Reference in New Issue