Customers Report: fix order count filter

This commit is contained in:
Paul Sealock 2019-01-29 13:35:27 +13:00
parent 7592dae4bb
commit 3379491c91
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' ),