diff --git a/src/app.rs b/src/app.rs index 8264e07..304670c 100644 --- a/src/app.rs +++ b/src/app.rs @@ -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(), } }