1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 09:43:10 +08:00

Update total kudosu earned description text in line with web

This commit is contained in:
Joehu 2021-03-17 13:14:18 -07:00
parent 6cea74f0fa
commit 599c55fca5

View File

@ -40,7 +40,7 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
: base("Total Kudosu Earned")
{
DescriptionText.AddText("Based on how much of a contribution the user has made to beatmap moderation. See ");
DescriptionText.AddLink("this link", "https://osu.ppy.sh/wiki/Kudosu");
DescriptionText.AddLink("this page", "https://osu.ppy.sh/wiki/Kudosu");
DescriptionText.AddText(" for more information.");
}
}