From 95dfca598329da8c3d6c3ea2fcfe351a49a4625d Mon Sep 17 00:00:00 2001 From: Timmy Crawford Date: Mon, 9 Nov 2020 13:23:22 -0800 Subject: [PATCH] Customers: Update column heading for date registered. (https://github.com/woocommerce/woocommerce-admin/pull/5542) --- .../client/analytics/report/customers/table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },