Skip to content

Commit 199b579

Browse files
committed
fix a hint
1 parent 0322a93 commit 199b579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tagger/src/components/footer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ impl Widget for TaggerHint {
177177
let hint = {
178178
match self.current_screen {
179179
CurrentScreen::Main => Span::styled(
180-
"Troggle(1-9) Pre(<-) Next(->) ModifyTag(n) ViewTags(v) Quit(q)",
180+
"Troggle(1-4) Jump(j) Pre(<-) Next(->) ModifyTag(n) ViewTags(v) Quit(q)",
181181
Style::default().fg(Color::Green),
182182
),
183183
CurrentScreen::Finished => {

0 commit comments

Comments
 (0)