Skip to content

Commit

Permalink
Merge branch 'MDL-72667-master-fix' of https://github.com/lameze/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Nov 5, 2021
2 parents d690997 + d3729ab commit 9f4d388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/lang/en/assign.php
Expand Up @@ -399,7 +399,7 @@
$string['offline'] = 'No online submissions required';
$string['open'] = 'Open';
$string['outof'] = '{$a->current} out of {$a->total}';
$string['overdue'] = '<font color="red">Assignment is overdue by: {$a}</font>';
$string['overdue'] = 'Assignment is overdue by: {$a}';
$string['override'] = 'Override';
$string['overridedeletegroupsure'] = 'Are you sure you want to delete the override for group {$a}?';
$string['overridedeleteusersure'] = 'Are you sure you want to delete the override for user {$a}?';
Expand Down
2 changes: 2 additions & 0 deletions mod/assign/styles.css
Expand Up @@ -642,6 +642,8 @@
border-bottom: 1px solid #ddd;
}

.path-mod-assign .overdue,
.path-mod-assign .overduesubmission,
.path-mod-assign [data-region="grade-panel"] td.submissionnotgraded,
.path-mod-assign [data-region="grade-panel"] div.submissionnotgraded {
color: #ca3120;
Expand Down

0 comments on commit 9f4d388

Please sign in to comment.