Customers: Update column heading for date registered. (https://github.com/woocommerce/woocommerce-admin/pull/5542)

This commit is contained in:
Timmy Crawford 2020-11-09 13:23:22 -08:00 committed by GitHub
parent db71989e7b
commit 95dfca5983
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},