Skip to content

Commit

Permalink
Update text domain from 'dokan' to 'dokan-lite'
Browse files Browse the repository at this point in the history
  • Loading branch information
mralaminahamed authored Jan 13, 2025
1 parent 974c0d6 commit de6e176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/Order/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public function ensure_coupon_is_valid( bool $valid, WC_Coupon $coupon, WC_Disco
throw new Exception(
sprintf(
/* translators: %s: minimum spend amount for coupon */
esc_html__( 'The minimum spend for this coupon is %s', 'dokan' ),
esc_html__( 'The minimum spend for this coupon is %s', 'dokan-lite' ),
esc_html( wc_price( $coupon->get_minimum_amount() ) )
),
108
Expand All @@ -479,7 +479,7 @@ public function ensure_coupon_is_valid( bool $valid, WC_Coupon $coupon, WC_Disco
throw new Exception(
sprintf(
/* translators: %s: maximum spend amount for coupon */
esc_html__( 'The maximum spend for this coupon is %s', 'dokan' ),
esc_html__( 'The maximum spend for this coupon is %s', 'dokan-lite' ),
esc_html( wc_price( $coupon->get_maximum_amount() ) )
),
108
Expand Down

0 comments on commit de6e176

Please sign in to comment.