1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 22:33:05 +08:00

Fix status capitalisation

This commit is contained in:
Dean Herbert 2019-12-18 14:07:21 +09:00
parent 2f5b27e97c
commit f53fd6e4bc

View File

@ -62,7 +62,7 @@ namespace osu.Game.Users
public class InLobby : UserActivity public class InLobby : UserActivity
{ {
public override string Status => @"In a Multiplayer Lobby"; public override string Status => @"In a multiplayer lobby";
} }
} }
} }