mirror of https://github.com/ppy/osu
Localise left over numeric value.
This commit is contained in:
parent
652fe6c413
commit
c7e9d09ce3
|
@ -124,7 +124,7 @@ public void ShowInfo(GetSpotlightRankingsResponse response)
|
|||
{
|
||||
startDateColumn.Value = dateToString(response.Spotlight.StartDate);
|
||||
endDateColumn.Value = dateToString(response.Spotlight.EndDate);
|
||||
mapCountColumn.Value = response.BeatmapSets.Count.ToString();
|
||||
mapCountColumn.Value = response.BeatmapSets.Count.ToLocalisableString("N0");
|
||||
participantsColumn.Value = response.Spotlight.Participants?.ToLocalisableString("N0");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue