1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 05:22:54 +08:00

change phrasing to match stable

This commit is contained in:
jhk2601 2024-10-28 15:44:36 -04:00
parent 9c937a3ab4
commit 540601cdc8

View File

@ -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
{