From 25573209e7928b593bbc4ddd7b3838a560f4081a Mon Sep 17 00:00:00 2001 From: Brendan Westley Date: Wed, 12 Jul 2023 03:05:29 -0500 Subject: [PATCH] Change KeypadButton::Yot display name --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), } }