fix: update assignment status notification keys to include labels prefix
This commit is contained in:
parent
54e8b3d227
commit
80c1da3d5d
@ -157,14 +157,14 @@ public function submissionStatus(): object
|
||||
return (object) [
|
||||
'type' => 'submitted',
|
||||
'badge_color' => 'success',
|
||||
'badge_label' => SystemNotification::getByKey('assignment_status.submitted'),
|
||||
'badge_label' => SystemNotification::getByKey('labels.assignment_status.submitted'),
|
||||
];
|
||||
}
|
||||
|
||||
return (object) [
|
||||
'type' => 'none',
|
||||
'badge_color' => 'danger',
|
||||
'badge_label' => SystemNotification::getByKey('assignment_status.not_submitted'),
|
||||
'badge_label' => SystemNotification::getByKey('labels.assignment_status.not_submitted'),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user