Replace three dots with an ellipsis in Product Search placeholder (https://github.com/woocommerce/woocommerce-blocks/pull/1672)

This commit is contained in:
Albert Juhé Lluveras 2020-01-30 10:28:17 +01:00 committed by GitHub
parent 29600c501f
commit aa4bc302a5
1 changed files with 1 additions and 1 deletions

View File

@ -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',