Skip to content

Commit

Permalink
Fix copy pasta in table header for connections list
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisscott committed Jan 25, 2021
1 parent d455924 commit da85ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/display/connections.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type connectionView struct {
}

func (v *connectionView) AsTableHeader() []string {
return []string{"Name", "Type", "ClientID"}
return []string{"Name", "Type", "Connection ID"}
}

func (v *connectionView) AsTableRow() []string {
Expand Down

0 comments on commit da85ebe

Please sign in to comment.