Update ExtraPlan.tsx
Some checks failed
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Has been cancelled

This commit is contained in:
Archer 2024-08-10 00:43:25 +08:00 committed by GitHub
parent 832a4d6638
commit e098b2f1dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -252,7 +252,7 @@ const ExtraPlan = () => {
{t('common:support.wallet.subscription.Extra ai points')}
</Box>
<Box mt={3} fontSize={['28px', '32px']} fontWeight={'bold'}>
{`${extraDatasetPrice}/1000` + t('common:support.wallet.subscription.point')}
{`${extraPointsPrice}/1000` + t('common:support.wallet.subscription.point')}
<Box ml={1} as={'span'} fontSize={'md'} color={'myGray.600'} fontWeight={'normal'}>
/{t('common:common.month')}
</Box>