diff --git a/includes/admin/reports/class-wc-report-customers.php b/includes/admin/reports/class-wc-report-customers.php index 60a3f5edb9e..503f470992f 100644 --- a/includes/admin/reports/class-wc-report-customers.php +++ b/includes/admin/reports/class-wc-report-customers.php @@ -1,14 +1,17 @@ sprintf( __( '%s signups in this period', 'woocommerce' ), '' . sizeof( $this->customers ) . '' ), + 'title' => sprintf( __( '%s signups in this period', 'woocommerce' ), '' . count( $this->customers ) . '' ), 'color' => $this->chart_colours['signups'], 'highlight_series' => 2, ); @@ -110,8 +113,8 @@ class WC_Report_Customers extends WC_Admin_Report {