mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 20:41:37 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -51,7 +51,7 @@ export function formatElevatedUnavailableText(params: {
|
||||
}
|
||||
if (params.sessionKey) {
|
||||
lines.push(
|
||||
`See: ${formatCliCommand(`moltbot sandbox explain --session ${params.sessionKey}`)}`,
|
||||
`See: ${formatCliCommand(`openclaw sandbox explain --session ${params.sessionKey}`)}`,
|
||||
);
|
||||
}
|
||||
return lines.join("\n");
|
||||
|
||||
Reference in New Issue
Block a user