mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-49953 enrol_cohort: correction to string
This commit is contained in:
parent
42c92eef33
commit
5894432c50
3 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@ $string['addgroup'] = 'Add to group';
|
|||
$string['assignrole'] = 'Assign role';
|
||||
$string['cohort:config'] = 'Configure cohort instances';
|
||||
$string['cohort:unenrol'] = 'Unenrol suspended users';
|
||||
$string['defaultgroupnametext'] = '{$a->name} cohort{$a->increment}';
|
||||
$string['defaultgroupnametext'] = '{$a->name} cohort {$a->increment}';
|
||||
$string['instanceexists'] = 'Cohort is already synchronised with selected role';
|
||||
$string['pluginname'] = 'Cohort sync';
|
||||
$string['pluginname_desc'] = 'Cohort enrolment plugin synchronises cohort members with course participants.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue