From 9264ecc1cebc5fb917acd26a4d8b6dfae1254133 Mon Sep 17 00:00:00 2001 From: DaKheera47 Date: Thu, 15 Jan 2026 17:40:19 +0000 Subject: [PATCH] ui text changes --- orchestrator/src/client/pages/OrchestratorPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )}