diff --git a/admin/index.php b/admin/index.php index dbb0750e606..4c3ddab6f43 100644 --- a/admin/index.php +++ b/admin/index.php @@ -196,7 +196,7 @@ if ($release <> $CFG->release) { // Update the release version $strcurrentrelease = get_string("currentrelease"); print_header($strcurrentrelease, $strcurrentrelease, $strcurrentrelease, "", "", false, " ", " "); - print_heading($release); + print_heading("Moodle $release"); if (!set_config("release", $release)) { notify("ERROR: Could not update release version in database!!"); }