Rename "Manage stock?" label to "Stock management" (#37135)
This commit is contained in:
parent
3edd8f48cb
commit
40f3a7160a
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: tweak
|
||||
|
||||
Rename "Manage stock?" label to "Stock management".
|
|
@ -34,7 +34,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
'id' => '_manage_stock',
|
||||
'value' => $product_object->get_manage_stock( 'edit' ) ? 'yes' : 'no',
|
||||
'wrapper_class' => 'show_if_simple show_if_variable',
|
||||
'label' => __( 'Manage stock?', 'woocommerce' ),
|
||||
'label' => __( 'Stock management', 'woocommerce' ),
|
||||
'description' => __( 'Manage stock level (quantity)', 'woocommerce' ),
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue