feedback fix

This commit is contained in:
ronronscelestes 2021-11-15 15:29:18 +01:00
parent ff12371f9c
commit 8b30d4c87d
2 changed files with 2 additions and 2 deletions

View File

@ -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)',
};
}

View File

@ -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",