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/Invoices.jsx | |
| parent | de7361718def0f6bb32294bb074841ba2c0a3ce6 (diff) | |
fix
Diffstat (limited to 'src/lib/invoice/components/Invoices.jsx')
| -rw-r--r-- | src/lib/invoice/components/Invoices.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/invoice/components/Invoices.jsx b/src/lib/invoice/components/Invoices.jsx index 3b1e71e3..37944e33 100644 --- a/src/lib/invoice/components/Invoices.jsx +++ b/src/lib/invoice/components/Invoices.jsx @@ -47,7 +47,7 @@ const Invoices = () => { <input type="text" className="form-input" - placeholder="Cari Transaksi..." + placeholder="Cari Invoice..." value={inputQuery} onChange={(e) => setInputQuery(e.target.value)} /> @@ -67,7 +67,7 @@ const Invoices = () => { { !invoices.isLoading && invoices.data?.invoices?.length === 0 && ( <Alert type="info" className="text-center"> - Tidak ada data transaksi + Tidak ada data invoice </Alert> ) } |
