Renamed "State" label to "Region"

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

View File

@ -218,7 +218,7 @@ class WC_Admin_REST_Reports_Customers_Controller extends WC_REST_Reports_Control
'readonly' => true,
),
'state' => array(
'description' => __( 'State.', 'woocommerce-admin' ),
'description' => __( 'Region.', 'woocommerce-admin' ),
'type' => 'string',
'context' => array( 'view', 'edit' ),
'readonly' => true,