How to fix
UPDATE eav_attribute_group
SET attribute_group_code = 'display-settings' WHERE attribute_group_name = 'Display Settings'
;
UPDATE eav_attribute_group
SET attribute_group_code = 'custom-design' WHERE attribute_group_name = 'Custom Design'
;
UPDATE eav_attribute_group
SET attribute_group_code = 'general' WHERE attribute_group_name = 'General'
;
UPDATE eav_attribute_group
SET attribute_group_code = 'general-information' WHERE attribute_group_name = 'General Information'
;
UPDATE eav_attribute_group
SET attribute_group_code = 'diary' WHERE attribute_group_name = 'Молочные продукты'
;