diff --git a/src/app/TitleBar.tsx b/src/app/TitleBar.tsx index 98e50de..16bf37f 100644 --- a/src/app/TitleBar.tsx +++ b/src/app/TitleBar.tsx @@ -8,9 +8,9 @@ import { RuntimeMode } from "@/lib/schemas"; function formatRuntimeMode(runtimeMode: RuntimeMode | undefined) { switch (runtimeMode) { case "web-sandbox": - return "Sandbox"; + return "Sandboxed"; case "local-node": - return "Local"; + return "Full Access"; default: return runtimeMode; } @@ -33,7 +33,7 @@ export const TitleBar = () => {
- You can start building apps with AI in a moment, but first pick how you - want to run these apps. You can always change your mind later. -
+
+ Before you start building, choose how your apps will run.
+ Don’t worry — you can change this later anytime.
+