Fix translations.

This commit is contained in:
HenriT
2021-04-23 16:45:22 +03:00
parent 2b0b41072f
commit 8b2fe89afa
2 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,9 @@
{
"draft": "draft",
"booked": "booked",
"sent": "sent",
"paid": "paid",
"cancelled": "cancelled"
"statuses": {
"draft": "draft",
"booked": "booked",
"sent": "sent",
"paid": "paid",
"cancelled": "cancelled"
}
}