Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public function __construct( Context $context, ?Email_Report_Payload_Processor $
$this->search_console_builder = new Search_Console_Report_Data_Builder( $this->search_console_processor );
$this->label_translations = array(
// Analytics 4.
'totalUsers' => __( 'Total Visitors', 'google-site-kit' ),
'newUsers' => __( 'New Visitors', 'google-site-kit' ),
'totalUsers' => __( 'Total visitors', 'google-site-kit' ),
'newUsers' => __( 'New visitors', 'google-site-kit' ),
'eventCount' => __( 'Total conversion events', 'google-site-kit' ),
'addToCarts' => __( 'Products added to cart', 'google-site-kit' ),
'ecommercePurchases' => __( 'Purchases', 'google-site-kit' ),
Expand Down
Loading