Renamed "State" label to "Region"

This commit is contained in:
Kurt Zenisek 2019-06-28 11:41:22 -05:00 committed by GitHub
parent ce8d670420
commit c2b255360d
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ export default class CustomersReportTable extends Component {
isSortable: true,
},
{
label: __( 'State', 'woocommerce-admin' ),
label: __( 'Region', 'woocommerce-admin' ),
key: 'state',
hiddenByDefault: true,
isSortable: true,