From 2f324e3881754d23fa52a9b041348d782f4c1911 Mon Sep 17 00:00:00 2001 From: Denis Titovets Date: Wed, 9 Jul 2025 15:31:42 +0300 Subject: [PATCH] Fix incorrect description --- osu.Game/Screens/Select/Filter/SortMode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))]