PlatformIndicators: make mobile icon match Discord's (#1160)
This commit is contained in:
@ -209,7 +209,7 @@ function HiddenChannelLockScreen({ channel }: { channel: ExtendedChannel; }) {
|
||||
{(!channel.isGuildVoice() && !channel.isGuildStageVoice()) && (
|
||||
<Text variant="text-lg/normal">
|
||||
You can not see the {channel.isForumChannel() ? "posts" : "messages"} of this channel.
|
||||
{channel.isForumChannel() && topic && topic.length > 0 && "However you may see its guidelines:"}
|
||||
{channel.isForumChannel() && topic && topic.length > 0 && " However you may see its guidelines:"}
|
||||
</Text >
|
||||
)}
|
||||
|
||||
|
Reference in New Issue
Block a user