mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
fix: translations of CarouselAssetActions
This commit is contained in:
parent
05be5849a7
commit
e793510d24
@ -43,7 +43,7 @@ export const CarouselAssetActions = ({ asset, onDeleteAsset, onAddAsset, onEditA
|
|||||||
{onEditAsset && (
|
{onEditAsset && (
|
||||||
<IconButton
|
<IconButton
|
||||||
label={formatMessage({
|
label={formatMessage({
|
||||||
id: getTrad('app.utils.edit'),
|
id: 'app.utils.edit',
|
||||||
defaultMessage: 'edit',
|
defaultMessage: 'edit',
|
||||||
})}
|
})}
|
||||||
icon={<PencilIcon />}
|
icon={<PencilIcon />}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user