From cd9a04607f2a36febe3edff0b33dfa61c68a326f Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 16 Jul 2024 15:28:17 +0200 Subject: [PATCH] Language: Fix language variable in course settings --- public/main/course_info/infocours.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/main/course_info/infocours.php b/public/main/course_info/infocours.php index eff9418627..3db5f40888 100644 --- a/public/main/course_info/infocours.php +++ b/public/main/course_info/infocours.php @@ -200,7 +200,7 @@ $label = $form->addLabel( get_lang('Direct link'), sprintf( get_lang( - 'If your course is public or open, you can use the direct link below to send an invitation to new users, so after registration, they will be sent directly to the course. Also, you can add the e=1 parameter to the URL, replacing \"1\" by an exercise ID to send them directly to a specific exam. The exercise ID can be discovered in the URL when clicking on an exercise to open it.
%s' + 'If your course is public or open, you can use the direct link below to send an invitation to new users, so after registration, they will be sent directly to the course. Also, you can add the e=1 parameter to the URL, replacing "1" by an exercise ID to send them directly to a specific exam. The exercise ID can be discovered in the URL when clicking on an exercise to open it.
%s' ), $url ),