change statuses to adapt to woocommerce statuses
This commit is contained in:
@@ -30,10 +30,10 @@ export const dashboardTexts = {
|
||||
},
|
||||
statuses: {
|
||||
open: 'Open',
|
||||
'in-progress': 'In Progress',
|
||||
production: 'Production',
|
||||
processing: 'In Progress',
|
||||
completed: 'Production',
|
||||
'end-of-life': 'End Of Life',
|
||||
canceled: 'Canceled',
|
||||
cancelled: 'Cancelled',
|
||||
'not-accepted': 'Not Accepted',
|
||||
invalid: 'Invalid',
|
||||
pending: 'Pending'
|
||||
|
||||
Reference in New Issue
Block a user