feat(lang): drawer lang.

This commit is contained in:
elforjani3
2021-06-07 15:19:02 +02:00
parent c6eadaca09
commit 23450a09cd
22 changed files with 152 additions and 121 deletions

View File

@@ -19,7 +19,7 @@ export default function DrawerTemplateTable({ tableData, currencyCode }) {
width: 80,
},
{
Header: formatMessage({ id: 'Qty' }),
Header: formatMessage({ id: 'qty' }),
accessor: 'quantity',
disableSortBy: true,
width: 50,