Improve the description of the low stock threshold tooltip.

This commit is contained in:
Peter Fabian 2021-03-15 12:42:10 +01:00
parent 8bfa97d633
commit 2ae5ec59ba
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ if ( ! defined( 'ABSPATH' ) ) {
'placeholder' => get_option( 'woocommerce_notify_low_stock_amount' ),
'label' => __( 'Low stock threshold', 'woocommerce' ),
'desc_tip' => true,
'description' => __( 'When product stock reaches this amount you will be notified by email', 'woocommerce' ),
'description' => __( 'When product stock reaches this amount you will be notified by email. The default value can be set in Settings > Products > Inventory.', 'woocommerce' ),
'type' => 'number',
'custom_attributes' => array(
'step' => 'any',

View File

@ -218,7 +218,7 @@ defined( 'ABSPATH' ) || exit;
'placeholder' => 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', 'woocommerce' ),
'description' => __( 'When variation stock reaches this amount you will be notified by email. The default value can be set in Settings > Products > Inventory.', 'woocommerce' ),
'type' => 'number',
'custom_attributes' => array(
'step' => 'any',