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.