mirror of
https://github.com/strapi/strapi.git
synced 2025-11-14 01:02:04 +00:00
ML: Rename for props to htmlFor
This commit is contained in:
parent
8bb147db2f
commit
1f334b5a93
@ -227,7 +227,7 @@ export const EditAssetDialog = ({
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<Stack spacing={1}>
|
<Stack spacing={1}>
|
||||||
<FieldLabel for="asset-folder">
|
<FieldLabel htmlFor="asset-folder">
|
||||||
{formatMessage({
|
{formatMessage({
|
||||||
id: getTrad('form.input.label.file-location'),
|
id: getTrad('form.input.label.file-location'),
|
||||||
defaultMessage: 'Location',
|
defaultMessage: 'Location',
|
||||||
|
|||||||
@ -182,7 +182,7 @@ export const EditFolderDialog = ({ onClose, folder, folderStructure, canUpdate }
|
|||||||
|
|
||||||
<GridItem xs={12} col={6}>
|
<GridItem xs={12} col={6}>
|
||||||
<Stack spacing={1}>
|
<Stack spacing={1}>
|
||||||
<FieldLabel for="folder-parent">
|
<FieldLabel htmlFor="folder-parent">
|
||||||
{formatMessage({
|
{formatMessage({
|
||||||
id: getTrad('form.input.label.folder-location'),
|
id: getTrad('form.input.label.folder-location'),
|
||||||
defaultMessage: 'Location',
|
defaultMessage: 'Location',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user