Skip to content

Commit

Permalink
rename generation button
Browse files Browse the repository at this point in the history
  • Loading branch information
firepolo committed Apr 9, 2024
1 parent 2c8cab0 commit 12356e3
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 12356e3

Please sign in to comment.