diff --git a/src/ageAssurance/components/NoAccessScreen.tsx b/src/ageAssurance/components/NoAccessScreen.tsx index 613974bf4a..9ecda088a8 100644 --- a/src/ageAssurance/components/NoAccessScreen.tsx +++ b/src/ageAssurance/components/NoAccessScreen.tsx @@ -332,6 +332,11 @@ function AccessSection() { : null const allowsDeviceVerification = region && regionAllowsDeviceVerification(region) + const verifyCta = hasInitiated + ? _(msg`Verify again`) + : allowsDeviceVerification + ? _(msg`Share age data`) + : _(msg`Verify now`) const [isVerifyingDevice, setIsVerifyingDevice] = useState(false) @@ -444,27 +449,13 @@ function AccessSection() { <> {allowsDeviceVerification && (