Skip to content

Commit

Permalink
Update packages/applications/legacy/src/controllers/upload.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Violette <27735540+VioMrqs@users.noreply.github.com>
  • Loading branch information
HubM and VioMrqs authored Feb 13, 2025
1 parent 0bffca4 commit 08d3378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/applications/legacy/src/controllers/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const upload = {
return errorCallback(
req,
response,
`Le fichier ne pas dépasser ${FILE_SIZE_LIMIT_IN_MB} Mo`,
`Le fichier ne doit pas dépasser ${FILE_SIZE_LIMIT_IN_MB} Mo`,
);
}

Expand Down

0 comments on commit 08d3378

Please sign in to comment.