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:
mihretue
2026-09-01 07:34:32 +00:00
parent 09a6f492de
commit 6e32d555e6

View File

@@ -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',