diff --git a/orchestrator/src/client/pages/OrchestratorPage.tsx b/orchestrator/src/client/pages/OrchestratorPage.tsx
index 78fee8d..f4f25c7 100644
--- a/orchestrator/src/client/pages/OrchestratorPage.tsx
+++ b/orchestrator/src/client/pages/OrchestratorPage.tsx
@@ -716,13 +716,13 @@ export const OrchestratorPage: React.FC = () => {
•
{stats.ready} ready
•
- {stats.discovered + stats.processing} pending
+ {stats.discovered + stats.processing} discovered
•
{stats.applied} applied
{(stats.skipped > 0 || stats.expired > 0) && (
<>
•
- {stats.skipped + stats.expired} archived
+ {stats.skipped + stats.expired} skipped
>
)}