mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-78048 Site Registration: Course Dates
Course date registration data reports correctly. MDL-77306 added a count of how many courses there are without start and end dates. However, all courses have a start date, it is only the end date that is optional. This patch fixes the data collection and makes the lang string describing it clearer.
This commit is contained in:
parent
063ffc8073
commit
9fa50d04d6
3 changed files with 11 additions and 2 deletions
|
@ -37,7 +37,7 @@ $string['badgesnumber'] = 'Number of badges ({$a})';
|
|||
$string['communityremoved'] = 'That course link has been removed from your list';
|
||||
$string['confirmregistration'] = 'Confirm registration';
|
||||
$string['coursename'] = 'Name';
|
||||
$string['coursesnodates'] = 'Number of courses without start and end dates set ({$a})';
|
||||
$string['coursesnodates'] = 'Number of courses without an end date set ({$a})';
|
||||
$string['coursepublished'] = 'This course has been shared successfully on \'{$a}\'.';
|
||||
$string['courseshortname'] = 'Shortname';
|
||||
$string['courseshortname_help'] = 'Enter a short name for your course. It does not need to be unique.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue