Language: Fix language variable in course settings

pull/5671/head
Yannick Warnier 1 year ago
parent f77ee8267d
commit cd9a04607f
  1. 2
      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.<br/>%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.<br/>%s'
),
$url
),

Loading…
Cancel
Save