mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Add defaultMessage
This commit is contained in:
parent
7e8456a92b
commit
c5276eff1e
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user