diff --git a/src/components/PolicyUpdateOverlay/updates/202508/index.tsx b/src/components/PolicyUpdateOverlay/updates/202508/index.tsx index 5355274b12..fbfd9f52fe 100644 --- a/src/components/PolicyUpdateOverlay/updates/202508/index.tsx +++ b/src/components/PolicyUpdateOverlay/updates/202508/index.tsx @@ -58,7 +58,7 @@ export function Content({state}: {state: PolicyUpdateState}) { const label = isAndroid ? _( - msg`We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 1st, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 1st, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post.`, + msg`We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 8th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 8th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post.`, ) : _(msg`We're updating our policies`) @@ -75,13 +75,13 @@ export function Content({state}: {state: PolicyUpdateState}) { We’re updating our Terms of Service, Privacy Policy, and - Copyright Policy, effective September 1st, 2025. + Copyright Policy, effective September 8th, 2025. We're also updating our Community Guidelines, and we want your - input! These new guidelines will take effect on October 1st, + input! These new guidelines will take effect on October 8th, 2025. @@ -132,7 +132,7 @@ export function Content({state}: {state: PolicyUpdateState}) { Copyright Policy - , effective September 1st, 2025. + , effective September 8th, 2025. @@ -142,7 +142,7 @@ export function Content({state}: {state: PolicyUpdateState}) { Community Guidelines , and we want your input! These new guidelines will take effect - on October 1st, 2025. + on October 8th, 2025. @@ -160,8 +160,9 @@ export function Content({state}: {state: PolicyUpdateState}) {