mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-06 06:33:40 +00:00
fix(exam): show EXAM_PAID as "Exam Paid" in the queue label map
The revert of this label was lost when the branch was reset, so the back office kept rendering "Eligible to Register" — a status name nobody recognised, saying less than the plain one it replaced. The status names the fact the application records; the Register button carries the action.
This commit is contained in:
@@ -88,7 +88,7 @@ export const STATUS_LABELS: Record<LicenseStatus, string> = {
|
||||
EXAM_PAYMENT_PENDING: 'Exam Fee Due',
|
||||
// Nobody assigns a date any more — the fee clearing is what makes the
|
||||
// candidate eligible to register for a published sitting themselves.
|
||||
EXAM_PAID: 'Eligible to Register',
|
||||
EXAM_PAID: 'Exam Paid',
|
||||
EXAM_SCHEDULED: 'Exam Scheduled',
|
||||
EXAM_PASSED: 'Exam Passed',
|
||||
EXAM_FAILED: 'Exam Not Passed',
|
||||
|
||||
Reference in New Issue
Block a user