Fix coupon type filter typo

This commit is contained in:
Max Rice 2013-04-09 07:56:37 -04:00
parent 57054b03d5
commit 107877037f
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ function woocommerce_restrict_manage_coupons() {
// Type
?>
<select name='coupon_type' id='dropdown_shop_coupon_type'>
<option value=""><?php _e( 'Show all statuses', 'woocommerce' ); ?></option>
<option value=""><?php _e( 'Show all types', 'woocommerce' ); ?></option>
<?php
$types = $woocommerce->get_coupon_discount_types();