diff --git a/ui/pages/settings/security-tab/delete-metametrics-data-button/delete-metametrics-data-button.test.tsx b/ui/pages/settings/security-tab/delete-metametrics-data-button/delete-metametrics-data-button.test.tsx index b5f62453594f..27132fb82f5c 100644 --- a/ui/pages/settings/security-tab/delete-metametrics-data-button/delete-metametrics-data-button.test.tsx +++ b/ui/pages/settings/security-tab/delete-metametrics-data-button/delete-metametrics-data-button.test.tsx @@ -160,7 +160,7 @@ describe('DeleteMetaMetricsDataButton', () => { container.querySelector('.settings-page__content-description') ?.textContent, ).toMatchInlineSnapshot( - `" You initiated this action on 8/06/2024. This process can take up to 30 days. View the Privacy policy "`, + `" You initiated this action on 7/06/2024. This process can take up to 30 days. View the Privacy policy "`, ); }); @@ -193,7 +193,7 @@ describe('DeleteMetaMetricsDataButton', () => { container.querySelector('.settings-page__content-description') ?.textContent, ).toMatchInlineSnapshot( - `" You initiated this action on 8/06/2024. This process can take up to 30 days. View the Privacy policy "`, + `" You initiated this action on 7/06/2024. This process can take up to 30 days. View the Privacy policy "`, ); });