Skip to content

Commit

Permalink
IOMAD: Depreciated core string in iomadcertificate/locallib.php - Moo…
Browse files Browse the repository at this point in the history
…dle recommends to report this as a bug. closes #1921
  • Loading branch information
turf212 committed Feb 12, 2024
1 parent 9b9ef5e commit 1243f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/iomadcertificate/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ function iomadcertificate_print_attempts($course, $iomadcertificate, $attempts)
$table->attributes = array("style" => "width:20%; margin:auto");
$gradecolumn = $iomadcertificate->printgrade;
if ($gradecolumn) {
$table->head[] = get_string('grade');
$table->head[] = get_string('grade', 'grades');
$table->align[] = 'center';
$table->size[] = '';
}
Expand Down

0 comments on commit 1243f69

Please sign in to comment.