diff --git a/src/components/ageAssurance/AgeAssuranceAccountCard.tsx b/src/components/ageAssurance/AgeAssuranceAccountCard.tsx index aa3dcc1650..3c6080ac01 100644 --- a/src/components/ageAssurance/AgeAssuranceAccountCard.tsx +++ b/src/components/ageAssurance/AgeAssuranceAccountCard.tsx @@ -13,6 +13,7 @@ import { useDialogControl, } from '#/components/ageAssurance/AgeAssuranceInitDialog' import {IsAgeRestricted} from '#/components/ageAssurance/IsAgeRestricted' +import {useAgeAssuranceCopy} from '#/components/ageAssurance/useAgeAssuranceCopy' import {Button, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' import {createStaticClick, InlineLinkText} from '#/components/Link' @@ -35,6 +36,7 @@ function Inner({style}: ViewStyleProp & {}) { const appealControl = Dialog.useDialogControl() const getTimeAgo = useGetTimeAgo() const {gtPhone} = useBreakpoints() + const copy = useAgeAssuranceCopy() const isBlocked = status === 'blocked' const timeAgo = lastInitiatedAt @@ -105,13 +107,7 @@ function Inner({style}: ViewStyleProp & {}) { a.align_start, gtPhone ? [a.flex_row, a.gap_xl] : [a.gap_md], ]}> - - - The laws in your location require that you verify your age - before accessing certain features on Bluesky like adult content - and direct messaging. - - + {copy.notice} {!isBlocked && (