mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 04:38:31 +00:00
fix(tui): simplify server link title
This commit is contained in:
parent
7698a5e6ac
commit
2347f4d7b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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} />)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue