From 20bc67aaa3dbe5399a8fa44b9440cb340c473ee2 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 6 Oct 2023 20:20:55 +0200 Subject: [PATCH] =?UTF-8?q?libell=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/course/course.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/course/course.php b/core/module/course/course.php index f8b900f..4fcbc86 100644 --- a/core/module/course/course.php +++ b/core/module/course/course.php @@ -38,8 +38,8 @@ class course extends common public static $courseEnrolment = [ self::COURSE_ENROLMENT_GUEST => 'Anonyme', - self::COURSE_ENROLMENT_SELF => 'Auto-inscrition libre', - self::COURSE_ENROLMENT_SELF_KEY => 'Auto-inscription avec clé', + self::COURSE_ENROLMENT_SELF => 'Inscription libre', + self::COURSE_ENROLMENT_SELF_KEY => 'Inscription avec clé', //self::COURSE_ENROLMENT_MANUAL => 'Manuelle' ];