diff --git a/frontend/src/routes/jobs/JobDetail.tsx b/frontend/src/routes/jobs/JobDetail.tsx index 45b13ba..242f14d 100644 --- a/frontend/src/routes/jobs/JobDetail.tsx +++ b/frontend/src/routes/jobs/JobDetail.tsx @@ -343,6 +343,51 @@ export function JobDetail() { {/* Tab Content */} {renderTabContent()} + + {/* Review Action Button */} + {job.status === 'pending_qc' && ( +
+ This job is awaiting quality control review. Review and approve the captions and audio descriptions. +
++ All translations and audio are complete. Perform the final review before delivery. +
+