From 171cf78f75c1f4bacc515ad38ee07fe7f7377af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Wed, 5 May 2021 16:01:34 +0200 Subject: [PATCH] singulier --- module/Application/src/Application/Form/ParametresForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Application/src/Application/Form/ParametresForm.php b/module/Application/src/Application/Form/ParametresForm.php index fda3701fb8..89046920b7 100755 --- a/module/Application/src/Application/Form/ParametresForm.php +++ b/module/Application/src/Application/Form/ParametresForm.php @@ -180,7 +180,7 @@ class ParametresForm extends AbstractForm 'type' => 'Select', 'name' => 'regle_paiement_annee_civile', 'options' => [ - 'label' => 'Répartition années civiles antérieure / en cours', + 'label' => 'Répartition année civile antérieure / en cours', 'value_options' => [ '4-6sur10' => 'Répartition 4/10 des heures pour l\'année antérieure, 6/10 pour l\'année en cours', 'semestre-date' => 'En fonction du semestre des heures ou de la date des cours', -- GitLab