diff --git a/report/completion/user.php b/report/completion/user.php index 9d7767be4b4..7100df8d30a 100644 --- a/report/completion/user.php +++ b/report/completion/user.php @@ -157,7 +157,7 @@ foreach ($courses as $type => $infos) { if (!empty($infos)) { echo '
| '.get_string('course').' | '; echo ''.get_string('requiredcriteria', 'completion').' | ';
|---|