Skip to content

Commit

Permalink
Deprecated 'grade' string.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 23, 2024
1 parent 98b5597 commit 28e617a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/module/menus_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ protected function this_course_menu(\renderer_base $output) {
}

if ($navoptions->grades) {
$gradestext = get_string('grade', 'core_grades');
$gradestext = get_string('grades');
$gradeslabel = '<span>' . $toolbox->getfontawesomemarkup('table', ['icon']) . $gradestext . '</span>';
$thiscoursemenubranch->add(
$gradeslabel,
Expand Down

0 comments on commit 28e617a

Please sign in to comment.