diff --git a/plugins/chat/assets/javascripts/discourse/components/chat-channel-settings.gjs b/plugins/chat/assets/javascripts/discourse/components/chat-channel-settings.gjs index e7326283ebc..4196c8df293 100644 --- a/plugins/chat/assets/javascripts/discourse/components/chat-channel-settings.gjs +++ b/plugins/chat/assets/javascripts/discourse/components/chat-channel-settings.gjs @@ -593,14 +593,13 @@ export default class ChatAboutScreen extends Component { /> - {{#unless @channel.isCategoryChannel}} + {{#if @channel.chatable.group}}
{{icon "exclamation-triangle"}} {{i18n "chat.channel_settings.leave_groupchat_info"}}
- {{/unless}} + {{/if}} -