diff --git a/src/components/Inspector.tsx b/src/components/Inspector.tsx index f3640e4..cd81dc8 100644 --- a/src/components/Inspector.tsx +++ b/src/components/Inspector.tsx @@ -88,7 +88,7 @@ function ActionButton({ kind, label, actionId }: { kind: "complete" | "approve" const onClick = async () => { if (!isLive) { - pushToast("info", `Switch to LIVE mode + sign in to execute "${label}" against /api/runtime/transactions/{id}/actions/{actionId}.`); + pushToast("info", `Switch to live mode and sign in to run "${label}" on this case.`); return; } setRunning(true);