Simplify UI copy
This commit is contained in:
@@ -308,17 +308,10 @@ export function StepInfo({
|
|||||||
<Admonition.Icon />
|
<Admonition.Icon />
|
||||||
<Admonition.Content>
|
<Admonition.Content>
|
||||||
<Admonition.Text>
|
<Admonition.Text>
|
||||||
{aaRegionConfig.minAccessAge > MIN_ACCESS_AGE ? (
|
<Plural
|
||||||
<Plural
|
value={aaRegionConfig.minAccessAge}
|
||||||
value={aaRegionConfig.minAccessAge}
|
other="You must be # years of age or older to create an account in your region."
|
||||||
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."
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
</Admonition.Text>
|
</Admonition.Text>
|
||||||
{IS_NATIVE &&
|
{IS_NATIVE &&
|
||||||
!isDeviceGeolocationGranted &&
|
!isDeviceGeolocationGranted &&
|
||||||
|
|||||||
Reference in New Issue
Block a user