Fixed critical bug causing Law10Tab to crash with "TypeError: a is not a function". The getStatusLabel() function was being called without the required 't' parameter on line 1244, causing a runtime error when rendering the compliance summary table. Error: Uncaught TypeError: a is not a function at tr (index-yIapr3VZ.js:544:35927) Fix: Changed getStatusLabel(req.result.status) to getStatusLabel(req.result.status, t) Law10Tab now loads correctly without errors. https://claude.ai/code/session_01GNbnkFoESkRcnPr3bLCYDg