mirror of
https://github.com/ppy/osu.git
synced 2025-03-11 02:57:18 +08:00
Merge pull request #32204 from Joehuu/team-label-web-string
Use web localisable string for team channel label
This commit is contained in:
commit
b1069048bb
@ -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),
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user