Update dates

This commit is contained in:
Eric Bailey
2025-08-06 13:12:13 -05:00
parent 5b50adf7ab
commit 4dc6ba6c2f
@@ -58,7 +58,7 @@ export function Content({state}: {state: PolicyUpdateState}) {
const label = isAndroid 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`) : _(msg`We're updating our policies`)
@@ -75,13 +75,13 @@ export function Content({state}: {state: PolicyUpdateState}) {
<Text style={[a.leading_snug, a.text_md]}> <Text style={[a.leading_snug, a.text_md]}>
<Trans> <Trans>
We’re updating our Terms of Service, Privacy Policy, and We’re updating our Terms of Service, Privacy Policy, and
Copyright Policy, effective September 1st, 2025. Copyright Policy, effective September 8th, 2025.
</Trans> </Trans>
</Text> </Text>
<Text style={[a.leading_snug, a.text_md]}> <Text style={[a.leading_snug, a.text_md]}>
<Trans> <Trans>
We're also updating our Community Guidelines, and we want your 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. 2025.
</Trans> </Trans>
</Text> </Text>
@@ -132,7 +132,7 @@ export function Content({state}: {state: PolicyUpdateState}) {
<InlineLinkText {...links.copyright} style={linkStyle}> <InlineLinkText {...links.copyright} style={linkStyle}>
Copyright Policy Copyright Policy
</InlineLinkText> </InlineLinkText>
, effective September 1st, 2025. , effective September 8th, 2025.
</Trans> </Trans>
</Text> </Text>
<Text style={[a.leading_snug, a.text_md]}> <Text style={[a.leading_snug, a.text_md]}>
@@ -142,7 +142,7 @@ export function Content({state}: {state: PolicyUpdateState}) {
Community Guidelines Community Guidelines
</InlineLinkText> </InlineLinkText>
, and we want your input! These new guidelines will take effect , and we want your input! These new guidelines will take effect
on October 1st, 2025. on October 8th, 2025.
</Trans> </Trans>
</Text> </Text>
<Text style={[a.leading_snug, a.text_md]}> <Text style={[a.leading_snug, a.text_md]}>
@@ -160,8 +160,9 @@ export function Content({state}: {state: PolicyUpdateState}) {
<View style={[a.w_full, a.gap_md]}> <View style={[a.w_full, a.gap_md]}>
<Button <Button
label={_(msg`Continue`)} label={_(msg`Continue`)}
accessibilityHint={_(msg`Tap to acknowledge that you understand and accessibilityHint={_(
agree to these updates and continue using Bluesky`)} msg`Tap to acknowledge that you understand and agree to these updates and continue using Bluesky`,
)}
color="primary" color="primary"
size="large" size="large"
onPress={handleClose}> onPress={handleClose}>