diff --git a/client/src/components/infoview/main.tsx b/client/src/components/infoview/main.tsx
index 0f2fb2d..c9848fe 100644
--- a/client/src/components/infoview/main.tsx
+++ b/client/src/components/infoview/main.tsx
@@ -50,10 +50,7 @@ export function DualEditor({ level, codeviewRef, levelId, worldId, worldSize })
{ec ?
Editor is starting up...
-{serverStoppedResult.message}
+{serverStoppedResult.reason}
+Waiting for Lean server to start...
} - if (serverStoppedResult) { - return{serverStoppedResult.message}
-{serverStoppedResult.reason}
-