fix(tui): shorten move session description (#31967)

This commit is contained in:
David Hill 2026-06-12 01:10:25 +01:00 committed by GitHub
parent bace18ccd3
commit 03a2504d3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",