1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 16:03:01 +08:00

Change "Add more channels" to sentence case in "ChannelList"

This commit is contained in:
Jai Sharma 2022-05-02 21:22:47 +01:00
parent 1473762e25
commit 7f8e00c1e3

View File

@ -50,7 +50,7 @@ namespace osu.Game.Overlays.Chat.ChannelList
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Text = "Add More Channels",
Text = "Add more channels",
Font = OsuFont.Torus.With(size: 17, weight: FontWeight.SemiBold),
Colour = colourProvider.Light3,
Margin = new MarginPadding { Bottom = 2 },