Clean up copy

This commit is contained in:
Eric Bailey
2025-07-15 13:08:11 -05:00
parent 393a71e29b
commit 259589024d
2 changed files with 2 additions and 3 deletions
@@ -112,7 +112,7 @@ function Inner({style}: ViewStyleProp & {}) {
) : (
<Text
style={[a.text_sm, a.italic, t.atoms.text_contrast_medium]}>
{copy.noticeSub}
<Trans>Age verification takes only a few minutes</Trans>
</Text>
)}
<Button
@@ -10,9 +10,8 @@ export function useAgeAssuranceCopy() {
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.`,
),
noticeSub: _(msg`Age verification takes only a few minutes`),
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.`,
),
}
}, [_])