Updated the wording of the tooltip.

This commit is contained in:
Peter Fabian 2021-03-16 08:51:29 +01:00
parent bb5c56c148
commit f33c80186f
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ defined( 'ABSPATH' ) || exit;
'placeholder' => $product_object->get_manage_stock() && '' !== $product_object->get_low_stock_amount() ? $product_object->get_low_stock_amount() : get_option( 'woocommerce_notify_low_stock_amount' ),
'label' => __( 'Low stock threshold', 'woocommerce' ),
'desc_tip' => true,
'description' => __( 'When variation stock reaches this amount you will be notified by email. The default value can be set in Settings > Products > Inventory.', 'woocommerce' ),
'description' => __( 'When variation stock reaches this amount you will be notified by email. The fallback is parent product\'s value and the default value can be set in Settings > Products > Inventory.', 'woocommerce' ),
'type' => 'number',
'custom_attributes' => array(
'step' => 'any',