ai/at
1
0

fix social-app ios patch langs

This commit is contained in:
2026-02-19 07:22:32 +09:00
parent 8db064d8c0
commit 78de769d81
4 changed files with 15 additions and 20 deletions

View File

@@ -125,15 +125,15 @@
- <Admonition.Content>
- <Admonition.Text>
- {!isOverAppMinAccessAge ? (
- <Trans>
- You must be {MIN_ACCESS_AGE} years of age or older
- to create an account.
- </Trans>
- <Plural
- value={MIN_ACCESS_AGE}
- other="You must be # years of age or older to create an account."
- />
- ) : (
- <Trans>
- You must be {aaRegionConfig.minAccessAge} years of
- age or older to create an account in your region.
- </Trans>
- <Plural
- value={aaRegionConfig.minAccessAge}
- other="You must be # years of age or older to create an account in your region."
- />
- )}
- </Admonition.Text>
- {IS_NATIVE &&