mirror of
https://github.com/ppy/osu
synced 2024-12-17 12:25:19 +00:00
correct string mistake
This commit is contained in:
parent
70b6071898
commit
7f068c0c68
@ -13,7 +13,7 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
||||
public class PaginatedMostPlayedBeatmapContainer : PaginatedContainer
|
||||
{
|
||||
public PaginatedMostPlayedBeatmapContainer(Bindable<User> user)
|
||||
:base(user, "Most Played Beatmaps", "No performance records. :(")
|
||||
:base(user, "Most Played Beatmaps", "No records. :(")
|
||||
{
|
||||
ItemsPerPage = 5;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user