1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 20:32:55 +08:00

Remove extra space from header title

This commit is contained in:
smoogipoo 2019-04-25 20:08:14 +09:00
parent 2caea38f8c
commit 8329e53b6c

View File

@ -144,7 +144,7 @@ namespace osu.Game.Overlays.Profile
{
public ProfileHeaderTitle()
{
Title = "Player ";
Title = "Player";
Section = "Info";
}