fix(tui): simplify server link title

This commit is contained in:
Dax Raad 2026-07-08 18:47:48 -04:00
parent 7698a5e6ac
commit 2347f4d7b4

View file

@ -823,7 +823,7 @@ function App(props: {
},
{
name: "server.link",
title: "Show server connection information",
title: "Show server info",
slashName: "link",
run: () => {
dialog.replace(() => <DialogLink credentials={props.link} />)