mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 20:07:29 +08:00
Fix profile title wasn't in lowercase
This commit is contained in:
parent
2d32fe08ff
commit
3d7c7a1ced
@ -101,8 +101,8 @@ namespace osu.Game.Overlays.Profile
|
|||||||
{
|
{
|
||||||
public ProfileHeaderTitle()
|
public ProfileHeaderTitle()
|
||||||
{
|
{
|
||||||
Title = "Player";
|
Title = "player";
|
||||||
Section = "Info";
|
Section = "info";
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
Reference in New Issue
Block a user