From 4e1f6277c673c9a9bc44b98f32c209e331c29299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Fri, 17 Nov 2023 18:28:24 +0100 Subject: [PATCH] Added a translation for the part association in LogFilterType --- src/Form/Filters/LogFilterType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Form/Filters/LogFilterType.php b/src/Form/Filters/LogFilterType.php index 50179869..5320a352 100644 --- a/src/Form/Filters/LogFilterType.php +++ b/src/Form/Filters/LogFilterType.php @@ -148,6 +148,7 @@ class LogFilterType extends AbstractType LogTargetType::MEASUREMENT_UNIT => 'measurement_unit.label', LogTargetType::PARAMETER => 'parameter.label', LogTargetType::LABEL_PROFILE => 'label_profile.label', + LogTargetType::PART_ASSOCIATION => 'part_association.label', }, ]);