diff --git a/src/routes/invoices.index.tsx b/src/routes/invoices.index.tsx
index 95c43d8..a7b030c 100644
--- a/src/routes/invoices.index.tsx
+++ b/src/routes/invoices.index.tsx
@@ -382,7 +382,7 @@ function InvoicesIndex() {
{formatCurrency(amount)} |
{marked ? (
- Marked invoiced
+ Marked invoiced
) : (
Unbilled
)}
@@ -466,7 +466,7 @@ function InvoicesIndex() {
| {formatCurrency(e.amount)} |
{marked ? (
- Marked invoiced
+ Marked invoiced
) : (
Unbilled
)}
|