Add defaultMessage

This commit is contained in:
Mark Kaylor 2022-07-19 11:56:30 +02:00
parent 7e8456a92b
commit c5276eff1e

View File

@ -42,7 +42,10 @@ const AttributeOption = ({ type }) => {
<Flex>
<Typography variant="pi" textColor="neutral600">
{formatMessage({ id: getTrad(`attribute.${type}.description`) })}
{formatMessage({
id: getTrad(`attribute.${type}.description`),
defaultMessage: 'A type for modeling data',
})}
</Typography>
</Flex>
</Box>