Wording update for All scope woocommerce/woocommerce-blocks#72
This commit is contained in:
parent
d5dbda0d9f
commit
c8dfecdf9a
|
@ -145,7 +145,7 @@ var PRODUCTS_BLOCK_DISPLAY_SETTINGS = {
|
||||||
},
|
},
|
||||||
'all': {
|
'all': {
|
||||||
title: __('All products'),
|
title: __('All products'),
|
||||||
description: __('Display all products ordered chronologically'),
|
description: __('Display all products ordered chronologically, alphabetically, by price, by rating or by sales'),
|
||||||
value: 'all'
|
value: 'all'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -48,7 +48,7 @@ const PRODUCTS_BLOCK_DISPLAY_SETTINGS = {
|
||||||
},
|
},
|
||||||
'all' : {
|
'all' : {
|
||||||
title: __( 'All products' ),
|
title: __( 'All products' ),
|
||||||
description: __( 'Display all products ordered chronologically' ),
|
description: __( 'Display all products ordered chronologically, alphabetically, by price, by rating or by sales' ),
|
||||||
value: 'all',
|
value: 'all',
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue