Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion widget/src/SlackApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ const Linked = ({
This room is linked to <span className="font-semibold">{channelName}</span>.
</Text.Body>
<Text.Caption className="text-grey-200">
Make sure you invite the bot to this Slack channel: <span className="font-semibold">/invite @element_bridge</span>
Make sure you invite the bot to this Slack channel: <span className="font-semibold">/invite @riot_bridge</span>
</Text.Caption>
<div className="flex justify-end">
<Buttons.Outline color="danger" onClick={unlinkChannel}>
Expand Down