Copy suggestion
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user