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:
parent
c30f334cf9
commit
cab849b5d9
@ -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