{error ? (
- Failed to load console log: {(error as Error).message}
+ Failed to load run log: {(error as Error).message}
) : (
diff --git a/apps/studio/src/lib/api.ts b/apps/studio/src/lib/api.ts
index 642e28b2..883663c8 100644
--- a/apps/studio/src/lib/api.ts
+++ b/apps/studio/src/lib/api.ts
@@ -44,7 +44,7 @@ async function fetchJson(url: string): Promise {
/**
* Fetch a text/plain endpoint. Treats 404 as `null` so callers can model
- * "log not yet captured" without throwing — used by the RunDetail console log
+ * "log not yet captured" without throwing — used by the RunDetail run log
* viewer for runs that finished before this feature shipped (no console.log
* on disk) and for remote runs.
*/