Skip to content

Commit

Permalink
typo fixes registry -> user
Browse files Browse the repository at this point in the history
Signed-off-by: amands98 <amandeepsm.in@gmail.com>
  • Loading branch information
amands98 committed May 13, 2024
1 parent eebd1b2 commit cfe1ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/views/user/select/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func UserList(users []*models.UserResp, choice chan<- int64) {
const defaultWidth = 20

l := list.New(itemsList, itemDelegate{}, defaultWidth, listHeight)
l.Title = "Select a Registry"
l.Title = "Select a User"
l.SetShowStatusBar(false)
l.SetFilteringEnabled(false)
l.Styles.Title = views.TitleStyle
Expand Down

0 comments on commit cfe1ad0

Please sign in to comment.