Skip to content

Commit

Permalink
Merge pull request #4 from dojineko/fix-typo
Browse files Browse the repository at this point in the history
fix typo of search
  • Loading branch information
harakeishi committed Oct 31, 2022
2 parents d5f7766 + 1a08bcc commit f40280a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trv/trv.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ func (t *Trv) setTableViewer() {
// set search box
func (t *Trv) setSearcher() {
t.Searcher = tview.NewInputField()
t.Searcher.SetTitle("serach(Ctrl+s)")
t.Searcher.SetLabel("serach:")
t.Searcher.SetTitle("search(Ctrl+s)")
t.Searcher.SetLabel("search:")
t.Searcher.SetBorder(true)
t.Searcher.SetChangedFunc(func(text string) {
t.filterList()
Expand Down

0 comments on commit f40280a

Please sign in to comment.