diff --git a/assets/js/modules/analytics-4/components/site-goals/notifications/BreakdownNoticeArea.test.tsx b/assets/js/modules/analytics-4/components/site-goals/notifications/BreakdownNoticeArea.test.tsx
index c3f7e20d66f..92d8d262ba4 100644
--- a/assets/js/modules/analytics-4/components/site-goals/notifications/BreakdownNoticeArea.test.tsx
+++ b/assets/js/modules/analytics-4/components/site-goals/notifications/BreakdownNoticeArea.test.tsx
@@ -677,7 +677,7 @@ describe( 'BreakdownNoticeArea', () => {
expect(
getByText(
- /Have multiple forms, or Using both WooCommerce and Easy Digital Downloads/
+ /Have multiple forms, or using both WooCommerce and Easy Digital Downloads/
)
).toBeInTheDocument();
} );
@@ -699,7 +699,7 @@ describe( 'BreakdownNoticeArea', () => {
expect(
getByText(
- 'Using both WooCommerce and Easy Digital Downloads to sell products or services?'
+ 'See how different plugins contribute to your goals'
)
).toBeInTheDocument();
} );
diff --git a/assets/js/modules/analytics-4/components/site-goals/notifications/useSiteGoalsBreakdownNoticeCopy.test.tsx b/assets/js/modules/analytics-4/components/site-goals/notifications/useSiteGoalsBreakdownNoticeCopy.test.tsx
index 8085d9e721f..97ce91b9b45 100644
--- a/assets/js/modules/analytics-4/components/site-goals/notifications/useSiteGoalsBreakdownNoticeCopy.test.tsx
+++ b/assets/js/modules/analytics-4/components/site-goals/notifications/useSiteGoalsBreakdownNoticeCopy.test.tsx
@@ -49,7 +49,7 @@ describe( 'useSiteGoalsBreakdownNoticeCopy', () => {
);
expect( result.current.title ).toBe(
- 'Using both WooCommerce and Easy Digital Downloads to sell products or services?'
+ 'See how different plugins contribute to your goals'
);
} );
@@ -90,7 +90,7 @@ describe( 'useSiteGoalsBreakdownNoticeCopy', () => {
);
expect( result.current.title ).toBe(
- 'Have multiple forms, or Using both WooCommerce and Easy Digital Downloads for your site?'
+ 'Have multiple forms, or using both WooCommerce and Easy Digital Downloads for your site?'
);
} );
diff --git a/assets/js/modules/analytics-4/components/site-goals/notifications/useSiteGoalsBreakdownNoticeCopy.tsx b/assets/js/modules/analytics-4/components/site-goals/notifications/useSiteGoalsBreakdownNoticeCopy.tsx
index 57f9503e231..464bc95a491 100644
--- a/assets/js/modules/analytics-4/components/site-goals/notifications/useSiteGoalsBreakdownNoticeCopy.tsx
+++ b/assets/js/modules/analytics-4/components/site-goals/notifications/useSiteGoalsBreakdownNoticeCopy.tsx
@@ -92,7 +92,7 @@ export function useSiteGoalsBreakdownNoticeCopy(
if ( hasMultipleEcommerceProviders ) {
return {
title: __(
- 'Using both WooCommerce and Easy Digital Downloads to sell products or services?',
+ 'See how different plugins contribute to your goals',
'google-site-kit'
),
description: createInterpolateElement(
@@ -131,12 +131,12 @@ export function useSiteGoalsBreakdownNoticeCopy(
if ( hasMultipleEcommerceProviders ) {
return {
title: __(
- 'Have multiple forms, or Using both WooCommerce and Easy Digital Downloads for your site?',
+ 'Have multiple forms, or using both WooCommerce and Easy Digital Downloads for your site?',
'google-site-kit'
),
description: createInterpolateElement(
__(
- 'If you use WooCommerce and Easy Digital Downloads, your events data might be grouped together. Enable this breakdown to see results for each plugin separately and track how each store is performing. Because this uses a new, more precise tracking method, your data will start fresh from the moment you turn it on. Learn more',
+ 'If you use both WooCommerce and Easy Digital Downloads, your events data might be grouped together. Enable this breakdown to see results for each plugin separately and track how each store is performing. Because this uses a new, more precise tracking method, your data will start fresh from the moment you turn it on. Learn more',
'google-site-kit'
),
{ a: learnMoreLink }
diff --git a/assets/js/modules/analytics-4/components/site-goals/selection-panel/PanelContent.test.tsx b/assets/js/modules/analytics-4/components/site-goals/selection-panel/PanelContent.test.tsx
index 4a9325272b3..3020f001ef3 100644
--- a/assets/js/modules/analytics-4/components/site-goals/selection-panel/PanelContent.test.tsx
+++ b/assets/js/modules/analytics-4/components/site-goals/selection-panel/PanelContent.test.tsx
@@ -49,10 +49,10 @@ describe( 'PanelContent', () => {
let registry: ReturnType< typeof createTestRegistry >;
const ECOMMERCE_NOTICE_TITLE =
- 'Using both WooCommerce and Easy Digital Downloads to sell products or services?';
+ 'See how different plugins contribute to your goals';
const LEAD_NOTICE_TITLE = 'Want to see results for each form?';
const BOTH_NOTICE_TITLE =
- 'Have multiple forms, or Using both WooCommerce and Easy Digital Downloads for your site?';
+ 'Have multiple forms, or using both WooCommerce and Easy Digital Downloads for your site?';
mockBrowserScrolling();
diff --git a/assets/js/modules/analytics-4/components/site-goals/widgets/OnlineStorePerformanceWidget.test.tsx b/assets/js/modules/analytics-4/components/site-goals/widgets/OnlineStorePerformanceWidget.test.tsx
index 0f9a2952e02..5d04710845e 100644
--- a/assets/js/modules/analytics-4/components/site-goals/widgets/OnlineStorePerformanceWidget.test.tsx
+++ b/assets/js/modules/analytics-4/components/site-goals/widgets/OnlineStorePerformanceWidget.test.tsx
@@ -1043,9 +1043,7 @@ describe( 'OnlineStorePerformanceWidget', () => {
await waitForRegistry();
expect(
- getByText(
- 'Using both WooCommerce and Easy Digital Downloads to sell products or services?'
- )
+ getByText( 'See how different plugins contribute to your goals' )
).toBeInTheDocument();
fireEvent.click( getByText( 'No thanks' ) );
diff --git a/tests/backstop/reference/google-site-kit_Modules_Analytics4_Components_Site_Goals_SelectionPanel_Default_0_document_0_small.png b/tests/backstop/reference/google-site-kit_Modules_Analytics4_Components_Site_Goals_SelectionPanel_Default_0_document_0_small.png
index 615d11d52b2..99d60225296 100644
Binary files a/tests/backstop/reference/google-site-kit_Modules_Analytics4_Components_Site_Goals_SelectionPanel_Default_0_document_0_small.png and b/tests/backstop/reference/google-site-kit_Modules_Analytics4_Components_Site_Goals_SelectionPanel_Default_0_document_0_small.png differ