Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
cyril lopez 2021-05-07 15:04:16 +02:00 committed by GitHub
parent 0b31bc3f42
commit 3198d19906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,7 +230,7 @@ function ListRow({
</div>
) : (
<>
<FormattedMessage id={`${pluginId}.attribute.${readableType}`} />
<FormattedMessage id={`${pluginId}.attribute.${readableType}`} defaultMessage={type} />
&nbsp;
{repeatable && <FormattedMessage id={getTrad('component.repeatable')} />}
</>