Fix: Use more appropriate button label

This commit is contained in:
Björn Fromme
2023-10-23 15:18:59 +02:00
parent 6f7db829b5
commit dcf0d9af20
+1 -1
View File
@@ -44,7 +44,7 @@ class AssignmentFilterType extends AbstractType
],
])
->add('apply', SubmitType::class, [
'label' => 'anwenden',
'label' => 'filtern',
])
->add('reset', SubmitType::class, [
'label' => 'reset',