Skip to content

Commit 5d8efae

Browse files
authored
Merge pull request #12132 from google/bug/11966-metric-title-tweaks
Align metric titles in Email Report.
2 parents 7de87eb + 2f27c2f commit 5d8efae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

includes/Core/Email_Reporting/Email_Report_Section_Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ public function __construct( Context $context, ?Email_Report_Payload_Processor $
9898
$this->search_console_builder = new Search_Console_Report_Data_Builder( $this->search_console_processor );
9999
$this->label_translations = array(
100100
// Analytics 4.
101-
'totalUsers' => __( 'Total Visitors', 'google-site-kit' ),
102-
'newUsers' => __( 'New Visitors', 'google-site-kit' ),
101+
'totalUsers' => __( 'Total visitors', 'google-site-kit' ),
102+
'newUsers' => __( 'New visitors', 'google-site-kit' ),
103103
'eventCount' => __( 'Total conversion events', 'google-site-kit' ),
104104
'addToCarts' => __( 'Products added to cart', 'google-site-kit' ),
105105
'ecommercePurchases' => __( 'Purchases', 'google-site-kit' ),

0 commit comments

Comments
 (0)