diff options
Diffstat (limited to 'internal/tui/components')
| -rw-r--r-- | internal/tui/components/chat/chat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/components/chat/chat.go b/internal/tui/components/chat/chat.go index 8623b3d7b..a372868e1 100644 --- a/internal/tui/components/chat/chat.go +++ b/internal/tui/components/chat/chat.go @@ -35,7 +35,7 @@ func header(width int) string { func lspsConfigured(width int) string { cfg := config.Get() - title := "LSP Configuration" + title := "LSP Servers" title = ansi.Truncate(title, width, "…") t := theme.CurrentTheme() |
