Update the string next to `coupons discounts` checkbox

This commit is contained in:
Julia Amosova 2020-04-21 12:45:25 -04:00
parent 8845b9a5c2
commit 2b95f7b795
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ class WC_Shipping_Free_Shipping extends WC_Shipping_Method {
),
'ignore_discounts' => array(
'title' => __( 'Coupons discounts', 'woocommerce' ),
'label' => __( 'Don\'t ignore coupons discounts', 'woocommerce' ),
'type' => 'checkbox',
'description' => __( 'If checked, Free shipping will still be offered even if the cart amount after coupon is applied is less than the minimum required.', 'woocommerce' ),
'default' => 'no',