Skip to content

Commit

Permalink
Change 'git' to 'Git' in tui entry dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
panarch committed Aug 27, 2024
1 parent a790b74 commit f61a36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/src/views/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub fn render_entry() -> impl View {
.child(Button::new(" CSV ", csv))
.child(Button::new(" JSON ", json))
.child(Button::new(" File ", file))
.child(Button::new(" git ", git))
.child(Button::new(" Git ", git))
.child(DummyView)
.child(DummyView)
.child(Button::new(" Quit ", |siv| siv.quit()));
Expand Down

0 comments on commit f61a36b

Please sign in to comment.