Customers: Update column heading for date registered. (https://github.com/woocommerce/woocommerce-admin/pull/5542)
This commit is contained in:
parent
db71989e7b
commit
95dfca5983
|
@ -47,7 +47,7 @@ class CustomersReportTable extends Component {
|
|||
isSortable: true,
|
||||
},
|
||||
{
|
||||
label: __( 'Sign Up', 'woocommerce-admin' ),
|
||||
label: __( 'Date Registered', 'woocommerce-admin' ),
|
||||
key: 'date_registered',
|
||||
isSortable: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue