corrections

This commit is contained in:
2026-05-25 18:48:32 +02:00
parent ba8b0d34e7
commit 88fb8358d8
2 changed files with 7 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ function getProjetLyceeSummary(payload) {
`Nombre probable d'eleves concernes : ${payload.studentCount}`,
...(projectWishes.length ? ["", "Souhaits de projet :", ...projectWishes] : []),
"",
"Periode souhaitee :",
"Periode souhaitée :",
payload.projectPeriod,
].join("\n")
}