From 3c04dce7880ee9c6410c276c7d2862092e9e96bf Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 14 Jul 2025 13:48:11 -0500 Subject: [PATCH] Copy updates --- src/components/ageAssurance/AgeAssuranceAccountCard.tsx | 6 +++--- src/components/ageAssurance/AgeAssuranceInitDialog.tsx | 4 ++-- src/components/ageAssurance/AgeAssurancePrompt.tsx | 6 +++--- src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx | 7 ++++--- src/components/ageAssurance/AgeRestrictedScreen.tsx | 6 +++--- 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/components/ageAssurance/AgeAssuranceAccountCard.tsx b/src/components/ageAssurance/AgeAssuranceAccountCard.tsx index d1a9c5a59b..aa3dcc1650 100644 --- a/src/components/ageAssurance/AgeAssuranceAccountCard.tsx +++ b/src/components/ageAssurance/AgeAssuranceAccountCard.tsx @@ -107,9 +107,9 @@ function Inner({style}: ViewStyleProp & {}) { ]}> - You're using Bluesky from a location that legally requires you - to verify your age prior to accessing certain features, like - adult content and direct messaging. + The laws in your location require that you verify your age + before accessing certain features on Bluesky like adult content + and direct messaging. diff --git a/src/components/ageAssurance/AgeAssuranceInitDialog.tsx b/src/components/ageAssurance/AgeAssuranceInitDialog.tsx index fc5ba50b8a..af7867507a 100644 --- a/src/components/ageAssurance/AgeAssuranceInitDialog.tsx +++ b/src/components/ageAssurance/AgeAssuranceInitDialog.tsx @@ -286,8 +286,8 @@ function Inner() { style={[a.text_xs, a.leading_snug]}> KWS Terms of Use {' '} - and acknowledge that KWS will store your verified status - alongside your hashed email address in accordance with the{' '} + and acknowledge that KWS will store your verified status with + your hashed email address in accordance with the{' '} - You're using Bluesky from a location that legally requires you to - verify your age prior to accessing certain features, like adult - content and direct messaging. + The laws in your location require that you verify your age before + accessing certain features on Bluesky like adult content and + direct messaging. diff --git a/src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx b/src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx index f6a842bbdc..62711b1e63 100644 --- a/src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx +++ b/src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx @@ -148,7 +148,7 @@ export function Inner({}: {optimisticState?: AgeAssuranceRedirectDialogState}) { {error && } - {error ? Unknown status : Verifying} + {error ? Connection issue : Verifying} {!error && } @@ -157,8 +157,9 @@ export function Inner({}: {optimisticState?: AgeAssuranceRedirectDialogState}) { {error ? ( - We were unable to verify your age assurance status. But don't - worry! Your account should be updated soon. + We were unable to receive the verification due to a connection + issue. It may arrive later. If it does, your account will update + automatically. ) : ( diff --git a/src/components/ageAssurance/AgeRestrictedScreen.tsx b/src/components/ageAssurance/AgeRestrictedScreen.tsx index e89ecee726..47f206580c 100644 --- a/src/components/ageAssurance/AgeRestrictedScreen.tsx +++ b/src/components/ageAssurance/AgeRestrictedScreen.tsx @@ -84,9 +84,9 @@ export function AgeRestrictedScreen({ - You're using Bluesky from a location that legally requires - you to verify your age prior to accessing certain features, - like adult content and direct messaging. + The laws in your location require that you verify your age + before accessing certain features on Bluesky like adult + content and direct messaging.