File tree 1 file changed +6
-6
lines changed
frontend/src/pages/destructionlist/detail
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ export const STATUSES_ELIGIBLE_FOR_EDIT = ["changes_requested"];
6
6
export const STATUSES_ELIGIBLE_FOR_REVIEW = [ "ready_to_review" ] ;
7
7
8
8
export const STATUS_MAPPING : { [ key in DestructionListStatus ] : string } = {
9
- changes_requested : "Changes Requested " ,
10
- ready_to_review : "Ready to Review " ,
11
- ready_to_delete : "Ready to Destroy " ,
12
- internally_reviewed : "Internally reviewed " ,
13
- ready_for_archivist : "Ready for archivist " ,
14
- deleted : "Destroyed " ,
9
+ changes_requested : "Wijzigingen aangevraagd " ,
10
+ ready_to_review : "Klaar om te beoordelen " ,
11
+ ready_to_delete : "Klaar om te vernietigen " ,
12
+ internally_reviewed : "Intern beoordeeld " ,
13
+ ready_for_archivist : "Klaar voor archivaris " ,
14
+ deleted : "Vernietigd " ,
15
15
} ;
16
16
17
17
export const STATUS_LEVEL_MAPPING : {
You can’t perform that action at this time.
0 commit comments