diff --git a/osu.Game/Screens/Select/Filter/SortMode.cs b/osu.Game/Screens/Select/Filter/SortMode.cs index 12497ca413..7681dc3339 100644 --- a/osu.Game/Screens/Select/Filter/SortMode.cs +++ b/osu.Game/Screens/Select/Filter/SortMode.cs @@ -25,7 +25,7 @@ namespace osu.Game.Screens.Select.Filter [LocalisableDescription(typeof(SortStrings), nameof(SortStrings.DateSubmitted))] DateSubmitted, - [LocalisableDescription(typeof(SortStrings), nameof(SortStrings.DateRanked))] + [LocalisableDescription(typeof(SortStrings), nameof(SortStrings.DateAdded))] DateAdded, [LocalisableDescription(typeof(SortStrings), nameof(SortStrings.DateRanked))]