1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-11 00:17:19 +08:00

Use web localisable string for team channel label

This commit is contained in:
Joseph Madamba 2025-03-03 14:23:39 -08:00
parent c30f334cf9
commit cab849b5d9
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -85,7 +85,7 @@ namespace osu.Game.Overlays.Chat.ChannelList
AnnounceChannelGroup = new ChannelGroup(ChatStrings.ChannelsListTitleANNOUNCE.ToUpper(), FontAwesome.Solid.Bullhorn, false),
PublicChannelGroup = new ChannelGroup(ChatStrings.ChannelsListTitlePUBLIC.ToUpper(), FontAwesome.Solid.Comments, false),
selector = new ChannelListItem(ChannelListingChannel),
TeamChannelGroup = new ChannelGroup("TEAM", FontAwesome.Solid.Users, false), // TODO: replace with osu-web localisable string once available
TeamChannelGroup = new ChannelGroup(ChatStrings.ChannelsListTitleTEAM.ToUpper(), FontAwesome.Solid.Users, false),
PrivateChannelGroup = new ChannelGroup(ChatStrings.ChannelsListTitlePM.ToUpper(), FontAwesome.Solid.Envelope, true),
},
},