Update copy

This commit is contained in:
Eric Bailey
2026-02-13 15:11:38 -06:00
parent 44b30d424c
commit 66a4d1d08b
2 changed files with 6 additions and 2 deletions
@@ -91,7 +91,9 @@ function Inner({style}: ViewStyleProp & {}) {
{hasCompletedFlow && (
<Text style={[a.text_sm, a.leading_snug]}>
<Trans>
If you have questions or concerns,{' '}
If you are 18+ and want to try again, click the button below
and use a different verification method if one is available in
your region. If you have questions or concerns,{' '}
<InlineLinkText
label={_(msg`Contact our support team`)}
{...createStaticClick(() => {
@@ -14,7 +14,7 @@ export function useAgeAssuranceCopy() {
return {
notice: hasCompletedFlow
? _(
msg`You have successfully completed the Age Assurance process, but unfortunately, due to laws in your region, certain features on Bluesky must remain restricted until you're able to verify you're an adult.`,
msg`You have successfully completed the Age Assurance process, but based on the results, we cannot be sure that you are 18 years of age or older. Due to laws in your region, certain features on Bluesky must remain restricted until you're able to verify you're an adult.`,
)
: _(
msg`Due to laws in your region, certain features on Bluesky are currently restricted until you're able to verify you're an adult.`,
@@ -28,3 +28,5 @@ export function useAgeAssuranceCopy() {
}
}, [_, hasCompletedFlow])
}
// Your age estimation was successful, but based on the results, we cannot be sure that you are 18 or older.