Skip to content

Commit

Permalink
Add copy to make it clear that we only support public channels in Sla…
Browse files Browse the repository at this point in the history
…ck. (#2911)
  • Loading branch information
lasryaric authored Dec 18, 2023
1 parent 95f218e commit b584797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/components/assistant_builder/AssistantBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1437,8 +1437,8 @@ function SlackIntegration({
</div>
<div className="text-sm text-element-700">
You can set this assistant as the default assistant on a selection of
your Slack workspace channels. {assistantName} will answer by default
when the @Dust Slack bot is mentioned in
your Slack public channels. {assistantName} will answer by default when
the @Dust Slack bot is mentioned in
{!existingSelection.length
? " these channels."
: " the channels selected below:"}
Expand Down

0 comments on commit b584797

Please sign in to comment.