Skip to content

Commit

Permalink
Slack wording (#2177)
Browse files Browse the repository at this point in the history
* Slack wording

* iteration

* more
  • Loading branch information
spolu authored Oct 18, 2023
1 parent 813a74d commit 0b86510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions front/components/ConnectorPermissionsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const CONNECTOR_TYPE_TO_RESOURCE_LIST_TITLE_TEXT: Record<
string | null
> = {
slack:
"Dust is currently invited to the channels below. Select if data from those channels should be synchronized or not.",
"Dust's Slack application (@Dust) was invited to the channels below from your Slack workspace. Select below which channels you wish to also synchronize the data from as part of the Slack managed data source.",
notion: null,
google_drive: null,
github: null,
Expand All @@ -37,7 +37,7 @@ const CONNECTOR_TYPE_TO_DEFAULT_PERMISSION_TITLE_TEXT: Record<
ConnectorProvider,
string | null
> = {
slack: "Automatically synchronize data from channels Dust is invited to:",
slack: "Automatically synchronize data from channels Dust is invited to.",
notion: null,
google_drive: null,
github: null,
Expand Down
3 changes: 2 additions & 1 deletion front/pages/w/[wId]/builder/data-sources/[name]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ function StandardDataSourceView({
const CONNECTOR_TYPE_TO_HELPER_TEXT: Record<ConnectorProvider, string> = {
notion: "Explore the Notion pages and databases Dust has access to:",
google_drive: "Google Drive folders and files Dust has access to:",
slack: "Slack channels Dust has access to:",
slack:
"To synchronize data from Slack, first visit Slack to invite the @Dust Slack application in the desired channels. You can also select a subset of the channels the @Dust slack application was invited to for synchronization with 'Edit Permissions'. Slack channels Dust has access to:",
github: "GitHub repositories Dust has access to:",
};

Expand Down

0 comments on commit 0b86510

Please sign in to comment.