Skip to content
Snippets Groups Projects
Commit 4036d413 authored by Laurent's avatar Laurent
Browse files

Merge branch...

Merge branch 'hotline#109837_correction_faute_de_frappe_dans_message_activite_complete' into 'hotline'

hotline#109837: fix typo in SessionActivity

See merge request !3506
parents 238d06dc a116be0e
Branches
Tags 6.44.4
1 merge request!3506hotline#109837: fix typo in SessionActivity
Pipeline #10142 passed with stage
in 47 minutes and 10 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