fix(tui): simplify server link title

This commit is contained in:
Dax Raad
2026-07-08 18:47:48 -04:00
parent 2e1bc79574
commit 840ff14026
+1 -1
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} />)