Rename class status "Failed" to "Try-again"
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user