mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 00:14:51 +00:00
fix: i18n (#5297)
This commit is contained in:
@@ -347,7 +347,7 @@ const ExtraPlan = ({ onPaySuccess }: { onPaySuccess?: () => void }) => {
|
|||||||
</Flex>
|
</Flex>
|
||||||
<Flex alignItems={'center'} fontSize={'sm'}>
|
<Flex alignItems={'center'} fontSize={'sm'}>
|
||||||
<Box flex={['0 0 100px', '1 0 0']} color={'myGray.600'} fontWeight={'500'}>
|
<Box flex={['0 0 100px', '1 0 0']} color={'myGray.600'} fontWeight={'500'}>
|
||||||
{t('common:date')}
|
{t('common:invalid_time')}
|
||||||
</Box>
|
</Box>
|
||||||
<Flex
|
<Flex
|
||||||
justifyContent={'end'}
|
justifyContent={'end'}
|
||||||
|
Reference in New Issue
Block a user