diff --git a/src/commands/daemon-runtime.ts b/src/commands/daemon-runtime.ts index 4ec374efb..7f49aa7a9 100644 --- a/src/commands/daemon-runtime.ts +++ b/src/commands/daemon-runtime.ts @@ -10,7 +10,7 @@ export const GATEWAY_DAEMON_RUNTIME_OPTIONS: Array<{ { value: "node", label: "Node (recommended)", - hint: "Required for WhatsApp (Baileys WebSocket + Bun can corrupt memory on reconnect)", + hint: "Required for WhatsApp (Baileys WebSocket). Bun can corrupt memory on reconnect.", }, { value: "bun",