1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 11:27:24 +08:00

Fix profile title wasn't in lowercase

This commit is contained in:
Andrei Zavatski 2019-12-26 22:39:13 +03:00
parent 2d32fe08ff
commit 3d7c7a1ced

View File

@ -101,8 +101,8 @@ namespace osu.Game.Overlays.Profile
{
public ProfileHeaderTitle()
{
Title = "Player";
Section = "Info";
Title = "player";
Section = "info";
}
[BackgroundDependencyLoader]