From d7f3ba36f07f31d7794438f84745b7e3e26f268f Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 29 Jun 2026 18:30:42 -0500 Subject: [PATCH] dry up cta --- .../components/NoAccessScreen.tsx | 23 ++++++------------- 1 file changed, 7 insertions(+), 16 deletions(-) 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 && (