Copy suggestion

This commit is contained in:
Eric Bailey
2025-07-17 09:34:54 -05:00
parent cd05ed325d
commit 3e15fa833d
@@ -62,13 +62,11 @@ export function AgeRestrictedScreen({
<View style={[a.gap_sm, a.pb_lg]}> <View style={[a.gap_sm, a.pb_lg]}>
<Text style={[a.text_xl, a.leading_snug, a.font_heavy]}> <Text style={[a.text_xl, a.leading_snug, a.font_heavy]}>
<Trans> <Trans>
You must verify your age in order to access this screen. You must complete age assurance in order to access this screen.
</Trans> </Trans>
</Text> </Text>
<Text style={[a.text_md, a.leading_snug]}> <Text style={[a.text_md, a.leading_snug]}>{copy.notice}</Text>
<Trans>{copy.notice}</Trans>
</Text>
</View> </View>
<View <View