From 3af6ef7d127a3ff658af3118048a97975ffb6962 Mon Sep 17 00:00:00 2001 From: Nexus Dev Date: Wed, 1 Apr 2026 16:04:26 +0000 Subject: [PATCH] =?UTF-8?q?docs(21):=20fix=20Cancel=20=E2=86=92=20Keep=20c?= =?UTF-8?q?onversation=20per=20copywriting=20rules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .planning/phases/21-chat-foundation/21-UI-SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.planning/phases/21-chat-foundation/21-UI-SPEC.md b/.planning/phases/21-chat-foundation/21-UI-SPEC.md index 0e9a48a5..cad803ae 100644 --- a/.planning/phases/21-chat-foundation/21-UI-SPEC.md +++ b/.planning/phases/21-chat-foundation/21-UI-SPEC.md @@ -255,7 +255,7 @@ Components to build in Phase 21: | Delete conversation dialog title | "Delete conversation?" | shadcn Dialog title | | Delete conversation dialog body | "This conversation and all its messages will be permanently deleted." | Confirms scope | | Delete confirmation button | "Delete" | `variant="destructive"` | -| Delete cancel button | "Cancel" | `variant="outline"` | +| Delete cancel button | "Keep conversation" | `variant="outline"` | | Archive action label | "Archive" | Dropdown menu item | | Pin action label | "Pin" / "Unpin" | Toggle based on pinned state | | Rename action label | "Rename" | Dropdown menu item |