diff --git a/src/menu.rs b/src/menu.rs index 8b4f2f5..6849520 100644 --- a/src/menu.rs +++ b/src/menu.rs @@ -268,7 +268,7 @@ pub fn setup( TextBundle { text: Text { sections: vec![ - TextSection::new("Key Bindings\n", style_achievement_header), + TextSection::new("Controls\n", style_achievement_header), TextSection::new(keybindings, style_keybindings) ], justify: JustifyText::Right,