Skip to content

Commit 2011bb7

Browse files
avamsiarxanas
authored andcommitted
scm-diff-editor: fix typo for next item
1 parent ee2a7df commit 2011bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scm-record/src/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ impl<'a> Recorder<'a> {
706706
event: Event::FocusPrev,
707707
},
708708
MenuItem {
709-
label: Cow::Borrowed("Next item (down, k)"),
709+
label: Cow::Borrowed("Next item (down, j)"),
710710
event: Event::FocusNext,
711711
},
712712
MenuItem {

0 commit comments

Comments
 (0)