Fixed grammatical error in ChangelogSupporterPromo

This commit is contained in:
Ethan Ng 2021-09-07 14:06:23 -06:00
parent 87434333d2
commit d8fe98fe12
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ private void load(OsuColour colour, TextureStore textures)
};
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[]