mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
Add defaultMessage
This commit is contained in:
parent
7e8456a92b
commit
c5276eff1e
@ -42,7 +42,10 @@ const AttributeOption = ({ type }) => {
|
|||||||
|
|
||||||
<Flex>
|
<Flex>
|
||||||
<Typography variant="pi" textColor="neutral600">
|
<Typography variant="pi" textColor="neutral600">
|
||||||
{formatMessage({ id: getTrad(`attribute.${type}.description`) })}
|
{formatMessage({
|
||||||
|
id: getTrad(`attribute.${type}.description`),
|
||||||
|
defaultMessage: 'A type for modeling data',
|
||||||
|
})}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Flex>
|
</Flex>
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user