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]