Fix: Use more appropriate button label
This commit is contained in:
@@ -44,7 +44,7 @@ class AssignmentFilterType extends AbstractType
|
|||||||
],
|
],
|
||||||
])
|
])
|
||||||
->add('apply', SubmitType::class, [
|
->add('apply', SubmitType::class, [
|
||||||
'label' => 'anwenden',
|
'label' => 'filtern',
|
||||||
])
|
])
|
||||||
->add('reset', SubmitType::class, [
|
->add('reset', SubmitType::class, [
|
||||||
'label' => 'reset',
|
'label' => 'reset',
|
||||||
|
|||||||
Reference in New Issue
Block a user