diff --git a/apps/dashboard/src/locales/en.json b/apps/dashboard/src/locales/en.json index f7c5d0ea..f90506c6 100644 --- a/apps/dashboard/src/locales/en.json +++ b/apps/dashboard/src/locales/en.json @@ -263,7 +263,8 @@ "payoutCreated": "Successfully created payout.", "payoutDeleted": "Successfully deleted payout.", "payoutApproved": "Successfully approved payout.", - "payoutDenied": "Successfully denied payout." + "payoutDenied": "Successfully denied payout.", + "invoiceCreated": "Successfully created invoice." }, "termsOfService": { "acceptFirst": "Accept the Terms of Service", @@ -377,7 +378,12 @@ "AreYouSure": "Are you sure you want to delete this invoice?", "CreditNoteWarning": "This will not create a credit note.", "Unrecoverable": "This deletes the invoice and cannot be undone.", - "Credit": "Credit Invoice" + "Credit": "Credit Invoice", + "InvoiceUsers": "Invoice Users", + "Name": "Name", + "Balance": "Balance", + "CreateInvoice": "Create Invoice", + "isCreditInvoice": "Is credit invoice" }, "pdf": { "Table": "Table", diff --git a/apps/dashboard/src/modules/financial/components/invoice/InvoiceUserTable.vue b/apps/dashboard/src/modules/financial/components/invoice/InvoiceUserTable.vue index d633f5bb..f6dab7e8 100644 --- a/apps/dashboard/src/modules/financial/components/invoice/InvoiceUserTable.vue +++ b/apps/dashboard/src/modules/financial/components/invoice/InvoiceUserTable.vue @@ -1,15 +1,15 @@