Clean up copy
This commit is contained in:
@@ -112,7 +112,7 @@ function Inner({style}: ViewStyleProp & {}) {
|
|||||||
) : (
|
) : (
|
||||||
<Text
|
<Text
|
||||||
style={[a.text_sm, a.italic, t.atoms.text_contrast_medium]}>
|
style={[a.text_sm, a.italic, t.atoms.text_contrast_medium]}>
|
||||||
{copy.noticeSub}
|
<Trans>Age verification takes only a few minutes</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@@ -10,9 +10,8 @@ export function useAgeAssuranceCopy() {
|
|||||||
notice: _(
|
notice: _(
|
||||||
msg`The laws in your location require that you verify your age before accessing certain features on Bluesky like adult content and direct messaging.`,
|
msg`The laws in your location require that you verify your age before accessing certain features on Bluesky like adult content and direct messaging.`,
|
||||||
),
|
),
|
||||||
noticeSub: _(msg`Age verification takes only a few minutes`),
|
|
||||||
chatsInfoText: _(
|
chatsInfoText: _(
|
||||||
msg`Don't worry! All existing messages and settings are saved and will be available after you complete age verification.`,
|
msg`Don't worry! All existing messages and settings are saved and will be available after you've been verified to be 18 or older.`,
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
}, [_])
|
}, [_])
|
||||||
|
|||||||
Reference in New Issue
Block a user