1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 10:23:22 +08:00

Fixed grammatical error in ChangelogSupporterPromo

This commit is contained in:
Ethan Ng 2021-09-07 14:06:23 -06:00
parent 87434333d2
commit d8fe98fe12

View File

@ -126,7 +126,7 @@ namespace osu.Game.Overlays.Changelog
};
supportLinkText.AddText("Support further development of osu! and ");
supportLinkText.AddLink("become and osu!supporter", "https://osu.ppy.sh/home/support", t => t.Font = t.Font.With(weight: FontWeight.Bold));
supportLinkText.AddLink("become an osu!supporter", "https://osu.ppy.sh/home/support", t => t.Font = t.Font.With(weight: FontWeight.Bold));
supportLinkText.AddText(" today!");
imageContainer.Children = new Drawable[]