This commit is contained in:
claudiulodro 2018-04-03 10:33:20 -07:00
parent d5dbda0d9f
commit c8dfecdf9a
2 changed files with 2 additions and 2 deletions

View File

@ -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'
} }
}; };

View File

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