Improved Shop Page Display option
I tweaked the text of the second option in Shop Page Display because i guess it confuse users that only read "Show subcategories". What about main categories? I'd like to change also "Show both" to "Show all". What do you think?
This commit is contained in:
parent
98a0314786
commit
fc2429549e
|
@ -118,7 +118,7 @@ class WC_Settings_Products extends WC_Settings_Page {
|
|||
'type' => 'select',
|
||||
'options' => array(
|
||||
'' => __( 'Show products', 'woocommerce' ),
|
||||
'subcategories' => __( 'Show subcategories', 'woocommerce' ),
|
||||
'subcategories' => __( 'Show categories & subcategories', 'woocommerce' ),
|
||||
'both' => __( 'Show both', 'woocommerce' ),
|
||||
),
|
||||
'desc_tip' => true,
|
||||
|
|
Loading…
Reference in New Issue