Rename recent participants

This commit is contained in:
smoogipoo
2020-02-27 19:42:28 +09:00
parent 22862256c1
commit 085968dd7f
4 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Screens.Multi.Components
}
public OverlinedParticipants(Direction direction)
: base("Participants")
: base("Recent participants")
{
OsuScrollContainer scroll;
ParticipantsList list;