Skip to content

Commit

Permalink
Update wc-minimum-order-amount.php
Browse files Browse the repository at this point in the history
Fixes jobthomas#4, I hope :)
  • Loading branch information
rwaynick committed Feb 13, 2020
1 parent 535ffaa commit 8aaef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wc-minimum-order-amount.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function hs_woo_minimum_order_settings( $settings ) {
'id' => 'wc_minimum_order_cart_notification',
'default' => 'Your current order total is %s — your order must be at least %s.',
'type' => 'text',
'desc_tip' => true,
'desc_tip' => 'true',
'css' => 'width:500px;',
);

Expand Down

0 comments on commit 8aaef1c

Please sign in to comment.