Skip to content

Commit

Permalink
Merge pull request #90 from konsept-ch/invoices
Browse files Browse the repository at this point in the history
rename generation button
  • Loading branch information
firepolo authored Apr 9, 2024
2 parents 2c8cab0 + 12356e3 commit 2ee8aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ManualInvoicesPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export function ManualInvoicesPage() {
await refetchInvoices()
}}
>
Générer directes (année 2023) {isGeneratingDirectInvoices && '...'}
Générer directes (année 2024) {isGeneratingDirectInvoices && '...'}
</Button>
)}
{location.pathname === `/${PATH_INVOICE}/${PATH_INVOICE_MANUAL}` && (
Expand Down

0 comments on commit 2ee8aca

Please sign in to comment.