Skip to content

Commit

Permalink
Merge pull request #27 from auth0/patch/A0CLI-24
Browse files Browse the repository at this point in the history
Fix copy pasta in table header for connections list
  • Loading branch information
cyx authored Jan 25, 2021
2 parents d455924 + da85ebe commit d85ff3c
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 d85ff3c

Please sign in to comment.