Added a translation for the part association in LogFilterType

This commit is contained in:
Jan Böhmer 2023-11-17 18:28:24 +01:00
parent 626c4dd5d6
commit 4e1f6277c6

View file

@ -148,6 +148,7 @@ class LogFilterType extends AbstractType
LogTargetType::MEASUREMENT_UNIT => 'measurement_unit.label', LogTargetType::MEASUREMENT_UNIT => 'measurement_unit.label',
LogTargetType::PARAMETER => 'parameter.label', LogTargetType::PARAMETER => 'parameter.label',
LogTargetType::LABEL_PROFILE => 'label_profile.label', LogTargetType::LABEL_PROFILE => 'label_profile.label',
LogTargetType::PART_ASSOCIATION => 'part_association.label',
}, },
]); ]);