Merge pull request woocommerce/woocommerce-admin#1406 from woocommerce/fix/customers-order-count-filter

Customers Report: fix order count filter
This commit is contained in:
Paul Sealock 2019-01-30 10:32:29 +13:00 committed by GitHub
commit f71bfa95f4
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ export const advancedFilters = {
} ) ),
},
},
order_count: {
orders_count: {
labels: {
add: __( 'No. of Orders', 'wc-admin' ),
remove: __( 'Remove order filter', 'wc-admin' ),