Skip to content
Snippets Groups Projects
Commit 95462301 authored by Elke Kreim's avatar Elke Kreim
Browse files

en-parameter in course request

parent 7325edbd
No related branches found
No related merge requests found
......@@ -109,7 +109,7 @@ Request-ID: {$a->id}
Course fullname: {$a->fullname}
Course shortname: {$a->shortname}
Course category: {$a->category}
Copy course from: {$a->copycourseurl}
Copy course from: {$a->coursecopyurl}
Notes: {$a->reason}
';
$string['coursecopyinform'] = 'INFORMATION: If you have requested an import of course data from a previous moodle course, the import will be completed at any moment.';
......
......@@ -17,7 +17,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'local_hsh';
$plugin->version = 2022050501;
$plugin->version = 2022050502;
$plugin->release = '3.3 (Build: 2015042300)';
$plugin->requires = 2014051200;
$plugin->maturity = MATURITY_STABLE;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment