diff --git a/src/components/forms/invoice-form.tsx b/src/components/forms/invoice-form.tsx
index a792557..5648134 100644
--- a/src/components/forms/invoice-form.tsx
+++ b/src/components/forms/invoice-form.tsx
@@ -789,12 +789,12 @@ export function InvoiceForm({ invoiceId }: InvoiceFormProps) {
>
{loading ? (
<>
-
+
Saving...
>
) : (
<>
-
+
Save Invoice
>
)}