Commit ce9ec1bf by Archer Committed by GitHub

fix: i18n (#5297)

parent 5131ab21
......@@ -347,7 +347,7 @@ const ExtraPlan = ({ onPaySuccess }: { onPaySuccess?: () => void }) => {
</Flex>
<Flex alignItems={'center'} fontSize={'sm'}>
<Box flex={['0 0 100px', '1 0 0']} color={'myGray.600'} fontWeight={'500'}>
{t('common:date')}
{t('common:invalid_time')}
</Box>
<Flex
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