diff --git a/plugins/woocommerce-admin/client/analytics/report/customers/table.js b/plugins/woocommerce-admin/client/analytics/report/customers/table.js index 698c286e0f0..41694b1b6b1 100644 --- a/plugins/woocommerce-admin/client/analytics/report/customers/table.js +++ b/plugins/woocommerce-admin/client/analytics/report/customers/table.js @@ -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, },