Skip to content

Commit

Permalink
scm-diff-editor: fix typo for next item
Browse files Browse the repository at this point in the history
  • Loading branch information
avamsi authored Aug 31, 2023
1 parent ee2a7df commit 58ac1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm-record/src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ impl<'a> Recorder<'a> {
event: Event::FocusPrev,
},
MenuItem {
label: Cow::Borrowed("Next item (down, k)"),
label: Cow::Borrowed("Next item (down, j)"),
event: Event::FocusNext,
},
MenuItem {
Expand Down

0 comments on commit 58ac1aa

Please sign in to comment.