Commit ce9ec1bf by Archer Committed by GitHub

fix: i18n (#5297)

parent 5131ab21
...@@ -347,7 +347,7 @@ const ExtraPlan = ({ onPaySuccess }: { onPaySuccess?: () => void }) => { ...@@ -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'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment