mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09:00
Update pinned score container header to use localised title
This commit is contained in:
parent
b06caf2bf7
commit
ccd6648961
@ -18,8 +18,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
|||||||
{
|
{
|
||||||
Children = new[]
|
Children = new[]
|
||||||
{
|
{
|
||||||
// todo: update to use UsersStrings.ShowExtraTopRanksPinnedTitle once that exists.
|
new PaginatedScoreContainer(ScoreType.Pinned, User, UsersStrings.ShowExtraTopRanksPinnedTitle),
|
||||||
new PaginatedScoreContainer(ScoreType.Pinned, User, "Pinned Scores"),
|
|
||||||
new PaginatedScoreContainer(ScoreType.Best, User, UsersStrings.ShowExtraTopRanksBestTitle),
|
new PaginatedScoreContainer(ScoreType.Best, User, UsersStrings.ShowExtraTopRanksBestTitle),
|
||||||
new PaginatedScoreContainer(ScoreType.Firsts, User, UsersStrings.ShowExtraTopRanksFirstTitle)
|
new PaginatedScoreContainer(ScoreType.Firsts, User, UsersStrings.ShowExtraTopRanksFirstTitle)
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user