feat: update wording of document status
This commit is contained in:
@@ -79,7 +79,7 @@ class DocumentFilterType extends AbstractType
|
||||
'in Bearbeitung' => Upload::STATUS_PENDING,
|
||||
'bestätigt' => Upload::STATUS_CHECKED,
|
||||
'abgelehnt' => Upload::STATUS_REJECTED,
|
||||
'bezahlt' => Upload::STATUS_PAID,
|
||||
'akzeptiert' => Upload::STATUS_PAID,
|
||||
],
|
||||
])
|
||||
->add('apply', SubmitType::class, [
|
||||
|
||||
Reference in New Issue
Block a user