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