diff --git a/app/src/components/custom/tables/PurchaseTable.tsx b/app/src/components/custom/tables/PurchaseTable.tsx index 594311f..64074ae 100644 --- a/app/src/components/custom/tables/PurchaseTable.tsx +++ b/app/src/components/custom/tables/PurchaseTable.tsx @@ -37,7 +37,7 @@ const PurchaseTable = (props: PurchaseTableProps) => { # - Supplier + Vendor Purchase Date Cost Receipt diff --git a/app/src/components/custom/tables/RequestsTable.tsx b/app/src/components/custom/tables/RequestsTable.tsx index c8abc4d..9f47db5 100644 --- a/app/src/components/custom/tables/RequestsTable.tsx +++ b/app/src/components/custom/tables/RequestsTable.tsx @@ -498,7 +498,7 @@ const RequestsTable = (props: RequestTableProps) => { /> - Suppliers + Vendors { id='suppliers' variant='standard' name='suppliers' - aria-label='Suppliers Filter Field' + aria-label='Vendors Filter Field' aria-description='Enter text here to filter the table data.' sx={{ ...filterStyle,