Skip to content
Snippets Groups Projects
Commit a116be0e authored by Arthur Suzuki's avatar Arthur Suzuki
Browse files

hotline#109837: fix typo in SessionActivity

parent 238d06dc
Branches
Tags
1 merge request!3506hotline#109837: fix typo in SessionActivity
Pipeline #10111 passed with stage
in 44 minutes and 39 seconds
- ticket #109837 : Correction faute de frappe dans message "activité complète"
\ No newline at end of file
......@@ -246,7 +246,7 @@ class Class_SessionActivity extends Storm_Model_Abstract {
$this->checkAttribute("effectif_max",
$this->getNbStagiaires() <= $this->getEffectifMax(),
"Le nombre de stagiaires ne peux dépasser l'effectif maximum");
"Le nombre d'inscrit.e.s ne peut dépasser l'effectif maximum");
foreach($this->getStagiaires() as $stagiaire) {
$this->checkAttribute("effectif_max",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment