mirror of
https://github.com/strapi/strapi.git
synced 2025-09-04 14:23:03 +00:00
parent
0b31bc3f42
commit
3198d19906
@ -230,7 +230,7 @@ function ListRow({
|
|||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<FormattedMessage id={`${pluginId}.attribute.${readableType}`} />
|
<FormattedMessage id={`${pluginId}.attribute.${readableType}`} defaultMessage={type} />
|
||||||
|
|
||||||
{repeatable && <FormattedMessage id={getTrad('component.repeatable')} />}
|
{repeatable && <FormattedMessage id={getTrad('component.repeatable')} />}
|
||||||
</>
|
</>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user