mirror of https://github.com/ppy/osu
Update pinned score container header to use localised title
This commit is contained in:
parent
b06caf2bf7
commit
ccd6648961
|
@ -18,8 +18,7 @@ public RanksSection()
|
|||
{
|
||||
Children = new[]
|
||||
{
|
||||
// todo: update to use UsersStrings.ShowExtraTopRanksPinnedTitle once that exists.
|
||||
new PaginatedScoreContainer(ScoreType.Pinned, User, "Pinned Scores"),
|
||||
new PaginatedScoreContainer(ScoreType.Pinned, User, UsersStrings.ShowExtraTopRanksPinnedTitle),
|
||||
new PaginatedScoreContainer(ScoreType.Best, User, UsersStrings.ShowExtraTopRanksBestTitle),
|
||||
new PaginatedScoreContainer(ScoreType.Firsts, User, UsersStrings.ShowExtraTopRanksFirstTitle)
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue