fix(tui): simplify server link title
This commit is contained in:
@@ -823,7 +823,7 @@ function App(props: {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "server.link",
|
name: "server.link",
|
||||||
title: "Show server connection information",
|
title: "Show server info",
|
||||||
slashName: "link",
|
slashName: "link",
|
||||||
run: () => {
|
run: () => {
|
||||||
dialog.replace(() => <DialogLink credentials={props.link} />)
|
dialog.replace(() => <DialogLink credentials={props.link} />)
|
||||||
|
|||||||
Reference in New Issue
Block a user