From 0bc149fae4f7bcafc3775e72d9156f39681e0003 Mon Sep 17 00:00:00 2001 From: Rohit C Prasad Date: Tue, 21 Jul 2026 22:02:20 -0700 Subject: [PATCH] gui: boot splash says Starting OpenWorker --- surfaces/gui/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfaces/gui/src/App.tsx b/surfaces/gui/src/App.tsx index 70357fbe..93badb19 100644 --- a/surfaces/gui/src/App.tsx +++ b/surfaces/gui/src/App.tsx @@ -1051,7 +1051,7 @@ export function App() { )}
-
{resumedExisting ? "Restoring your session…" : "Starting coworker…"}
+
{resumedExisting ? "Restoring your session…" : "Starting OpenWorker…"}
); }