Rename "Manage stock?" label to "Stock management" (#37135)

This commit is contained in:
Matt Sherman 2023-03-09 09:14:47 -05:00 committed by GitHub
parent 3edd8f48cb
commit 40f3a7160a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: tweak
Rename "Manage stock?" label to "Stock management".

View File

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