symbol renaming

Co-authored-by: frenzibyte <frenzibyte@gmail.com>
This commit is contained in:
kj415j45
2021-07-18 10:12:24 +08:00
parent 5fc1397564
commit 57eed88601
6 changed files with 12 additions and 12 deletions

View File

@ -34,7 +34,7 @@ namespace osu.Game.Overlays.Rankings
public RankingsTitle()
{
Title = LayoutStrings.MenuRankingsDefault;
Description = HeaderDescriptionStrings.Rankings;
Description = NamedOverlayComponentStrings.RankingsDescription;
IconTexture = "Icons/Hexacons/rankings";
}
}