change statuses to adapt to woocommerce statuses

This commit is contained in:
GotPPay
2018-08-08 16:47:45 +02:00
parent 2a0726d256
commit 0f515172fe
3 changed files with 9 additions and 9 deletions

View File

@@ -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'