diff --git a/osu.Game/Screens/SelectV2/BeatmapLeaderboardWedge.cs b/osu.Game/Screens/SelectV2/BeatmapLeaderboardWedge.cs index cc4d8c9305..0db4ce8aec 100644 --- a/osu.Game/Screens/SelectV2/BeatmapLeaderboardWedge.cs +++ b/osu.Game/Screens/SelectV2/BeatmapLeaderboardWedge.cs @@ -133,7 +133,6 @@ namespace osu.Game.Screens.SelectV2 personalBestText = new OsuSpriteText { Colour = colourProvider.Content2, - Text = "Personal Best", Font = OsuFont.Style.Caption1.With(weight: FontWeight.SemiBold), }, personalBestScoreContainer = new Container