From ea5c1db1db8e2350dd8cf91689ddacbc03f61220 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 5 Aug 2025 23:16:58 +0000 Subject: [PATCH] Update loading messages to use 'AeThex OS' cgen-9094d7f6fd3a4388a6035a2932be577e --- client/components/LoadingScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/LoadingScreen.tsx b/client/components/LoadingScreen.tsx index d838b4ae..f18c3985 100644 --- a/client/components/LoadingScreen.tsx +++ b/client/components/LoadingScreen.tsx @@ -34,7 +34,7 @@ export default function LoadingScreen({ useEffect(() => { const messages = [ - "Initializing AeThex systems...", + "Initializing AeThex OS...", "Loading quantum processors...", "Calibrating neural networks...", "Synchronizing data streams...",