MDL-53492 registration: Moodle.net is more correct than Moodle.org

This commit is contained in:
Marina Glancy
2017-07-31 11:38:38 +08:00
parent 35d13bc3fa
commit 37975e9873
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -784,7 +784,7 @@ class core_admin_renderer extends plugin_renderer_base {
if (has_capability('moodle/site:config', context_system::instance())) {
$registerbutton = $this->single_button(new moodle_url('/admin/registration/register.php',
array('huburl' => HUB_MOODLEORGHUBURL, 'hubname' => 'Moodle.org')),
array('huburl' => HUB_MOODLEORGHUBURL, 'hubname' => 'Moodle.net')),
get_string('register', 'admin'));
$str = 'registrationwarning';
} else {