diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-21 16:29:04 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-21 16:29:04 +0700 |
| commit | 04fe185879061b404fe1baa468bf67d32b3fdd5f (patch) | |
| tree | fc3a0cbef7616df614c3ef1fd808ea088d25fbb8 /src/lib/invoice/components/Invoice.jsx | |
| parent | de7361718def0f6bb32294bb074841ba2c0a3ce6 (diff) | |
fix
Diffstat (limited to 'src/lib/invoice/components/Invoice.jsx')
| -rw-r--r-- | src/lib/invoice/components/Invoice.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/invoice/components/Invoice.jsx b/src/lib/invoice/components/Invoice.jsx index de6eacca..3e0baaee 100644 --- a/src/lib/invoice/components/Invoice.jsx +++ b/src/lib/invoice/components/Invoice.jsx @@ -55,7 +55,7 @@ const Invoice = ({ id }) => { { invoice.data?.invoiceDate } </DescriptionRow> <div className="flex items-center"> - <p className="text-gray_r-11 leading-none">Faktur Pembelian</p> + <p className="text-gray_r-11 leading-none">Invoice</p> <button type="button" className="btn-light py-1.5 px-3 ml-auto" |
