From 03a2504d3d7c5b07b75b187ff6274176a1d21a26 Mon Sep 17 00:00:00 2001 From: David Hill <1879069+iamdavidhill@users.noreply.github.com> Date: Fri, 12 Jun 2026 01:10:25 +0100 Subject: [PATCH] fix(tui): shorten move session description (#31967) --- packages/tui/src/component/prompt/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tui/src/component/prompt/index.tsx b/packages/tui/src/component/prompt/index.tsx index ec537804d..aa002080b 100644 --- a/packages/tui/src/component/prompt/index.tsx +++ b/packages/tui/src/component/prompt/index.tsx @@ -540,7 +540,7 @@ export function Prompt(props: PromptProps) { }, { title: "Move session", - desc: "Move the session to another project directory", + desc: "Move to another project dir", name: "session.move", category: "Session", slashName: "move",