Skip to content

Commit

Permalink
Change KeypadButton::Yot display name
Browse files Browse the repository at this point in the history
  • Loading branch information
bwestley committed Jul 12, 2023
1 parent 38acf53 commit 2557320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl KeypadButton {
KeypadButton::EmptyStar => "Empty Stat",
KeypadButton::N6 => "6",
KeypadButton::FilledStar => "Filled Star",
KeypadButton::Yot => "Anti-N",
KeypadButton::Yot => "Yot",
k => k.as_ref(),
}
}
Expand Down

0 comments on commit 2557320

Please sign in to comment.