diff --git a/osu.Game/Screens/Select/SongSelect.cs b/osu.Game/Screens/Select/SongSelect.cs index 4850fb6300..06e720693b 100644 --- a/osu.Game/Screens/Select/SongSelect.cs +++ b/osu.Game/Screens/Select/SongSelect.cs @@ -963,7 +963,7 @@ namespace osu.Game.Screens.Select if (FilterControl.CurrentTextSearch.Value == string.Empty) { - FilterControl.InformationalText = $"{carouselCountDisplayed} beatmaps loaded"; + FilterControl.InformationalText = $"{carouselCountDisplayed} beatmaps available"; } else {