Simplify UI copy

This commit is contained in:
Eric Bailey
2026-05-26 10:34:30 -05:00
parent da65e65f05
commit d724d2e933
+4 -11
View File
@@ -308,17 +308,10 @@ export function StepInfo({
<Admonition.Icon />
<Admonition.Content>
<Admonition.Text>
{aaRegionConfig.minAccessAge > MIN_ACCESS_AGE ? (
<Plural
value={aaRegionConfig.minAccessAge}
other="You must be # years of age or older to create an account in your region."
/>
) : (
<Plural
value={MIN_ACCESS_AGE}
other="You must be # years of age or older to create an account."
/>
)}
<Plural
value={aaRegionConfig.minAccessAge}
other="You must be # years of age or older to create an account in your region."
/>
</Admonition.Text>
{IS_NATIVE &&
!isDeviceGeolocationGranted &&