mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
feedback fix
This commit is contained in:
parent
ff12371f9c
commit
8b30d4c87d
@ -130,7 +130,7 @@ const RepeatableComponent = ({
|
||||
|
||||
if (doesRepComponentHasChildError && !hasMinError) {
|
||||
errorMessage = {
|
||||
id: getTrad('components.RepComponent.error-message'),
|
||||
id: getTrad('components.RepeatableComponent.error-message'),
|
||||
defaultMessage: 'The component(s) contain error(s)',
|
||||
};
|
||||
}
|
||||
|
@ -475,7 +475,7 @@
|
||||
"content-manager.components.LeftMenu.single-types": "{number, plural, =0 {Single Types} one {Single Type } other {Single Types}}",
|
||||
"content-manager.components.LimitSelect.itemsPerPage": "Items per page",
|
||||
"content-manager.components.NotAllowedInput.text": "No permissions to see this field",
|
||||
"content-manager.components.RepComponent.error-message": "The component(s) contain error(s)",
|
||||
"content-manager.components.RepeatableComponent.error-message": "The component(s) contain error(s)",
|
||||
"content-manager.components.Search.placeholder": "Search for an entry...",
|
||||
"content-manager.components.Select.draft-info-title": "State: Draft",
|
||||
"content-manager.components.Select.publish-info-title": "State: Published",
|
||||
|
Loading…
x
Reference in New Issue
Block a user