From e219cfa10e05a9a3c14b51c326b9a9cddf350695 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Fri, 28 Jun 2024 11:05:17 +0800 Subject: [PATCH] update --- src/components/InvoiceSearch/InvoiceSearch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)") }, ],