diff --git a/desktop/src/features/agents/ui/CreateAgentStartDialog.tsx b/desktop/src/features/agents/ui/CreateAgentStartDialog.tsx index 07534dd21..8b7a3c80b 100644 --- a/desktop/src/features/agents/ui/CreateAgentStartDialog.tsx +++ b/desktop/src/features/agents/ui/CreateAgentStartDialog.tsx @@ -349,11 +349,14 @@ export function CreateAgentStartDialog({ > - Delete template? - + {templateToDelete - ? `Delete "${templateToDelete.displayName}". Agents created from it are not affected, but this saved template will be removed from all your devices.` - : "Delete this saved template."} + ? `Delete ${templateToDelete.displayName} template?` + : "Delete template?"} + + + This only deletes the saved template. Agents created from this + template, and the agent it was saved from, won’t be affected.