mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-79781 course: detect invalid creator role for pending courses.
This commit is contained in:
parent
d76e211be6
commit
78b841dcd2
2 changed files with 9 additions and 2 deletions
|
@ -413,6 +413,7 @@ $string['courserequestdetails'] = 'Details of the course you are requesting';
|
|||
$string['courserequestfailed'] = 'For some reason, your course request could not be saved';
|
||||
$string['courserequestintro'] = 'Use this form to request a course to be created for you.<br />Try and fill in as much information as you can to allow<br />the administrators to understand your reasons for wanting this course.';
|
||||
$string['courserequestreason'] = 'Reasons for wanting this course';
|
||||
$string['courserequestroleerror'] = 'The creators\' role in new courses configuration is invalid. Please see <a href="{$a}">user policies</a>.';
|
||||
$string['courserequestsuccess'] = 'Your course request has been saved successfully. You will be sent an email to inform you whether your request was approved.';
|
||||
$string['courserequestsupport'] = 'Supporting information to help the administrator evaluate this request';
|
||||
$string['courserequestwarning'] = 'The user requesting this course will be automatically enrolled and assigned the role of {$a}.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue