diff --git a/osu.Game/Graphics/UserInterface/BackButton.cs b/osu.Game/Graphics/UserInterface/BackButton.cs index 3f348dc19d..b5455d834a 100644 --- a/osu.Game/Graphics/UserInterface/BackButton.cs +++ b/osu.Game/Graphics/UserInterface/BackButton.cs @@ -10,7 +10,7 @@ public class BackButton : TwoLayerButton { public BackButton() { - Text = @"Back"; + Text = @"back"; Icon = FontAwesome.fa_osu_left_o; Anchor = Anchor.BottomLeft; Origin = Anchor.BottomLeft;