diff --git a/src/components/InvoiceSearch/InvoiceSearch.tsx b/src/components/InvoiceSearch/InvoiceSearch.tsx index 6b2dd22..885e71b 100644 --- a/src/components/InvoiceSearch/InvoiceSearch.tsx +++ b/src/components/InvoiceSearch/InvoiceSearch.tsx @@ -206,7 +206,7 @@ const InvoiceSearch: React.FC = ({ issuedInvoice, receivedInvoice }) => { { name: "projectCode", label: t("Project Code") }, { name: "stage", label: t("Stage") }, { name: "paymentMilestone", label: t("Payment Milestone") }, - { name: "invoiceDate", label: t("Invocie Date") }, + { name: "invoiceDate", label: t("Invoice Date") }, { name: "dueDate", label: t("Due Date") }, { name: "issuedAmount", label: t("Amount (HKD)") }, ],