Rename class status "Failed" to "Try-again"

This commit is contained in:
2023-08-15 19:53:29 +00:00
parent 31daa56df0
commit e1e98da7d8
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -116,8 +116,8 @@ function AttendanceRow(props) {
Rescheduled
</Button>
<Button {...makeProps('Failed')}>
Failed
<Button {...makeProps('Try-again')}>
Try-again
</Button>
<Button {...makeProps('No-show')}>
@@ -499,4 +499,4 @@ export function InstructorClassList(props) {
}
</div>
);
};
};