From 24e4dd663b0cc7cb5df9bc005cc6b8eced922ce2 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 27 May 2024 13:10:58 -0400 Subject: [PATCH] fix: Clarify functionality of personal Slack connection --- plugins/slack/client/Settings.tsx | 4 ++-- shared/i18n/locales/en_US/translation.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/slack/client/Settings.tsx b/plugins/slack/client/Settings.tsx index 24f796bac..18d51fefa 100644 --- a/plugins/slack/client/Settings.tsx +++ b/plugins/slack/client/Settings.tsx @@ -92,8 +92,8 @@ function Slack() { label={t("Personal account")} description={ - Link your {{ appName }} account to Slack to enable searching the - documents you have access to directly within chat. + Link your {{ appName }} account to Slack to enable searching and + previewing the documents you have access to, directly within chat. } > diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index bfd23c2e3..48a6b8cf1 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -999,7 +999,7 @@ "This will prevent any future updates from being posted to this Slack channel. Are you sure?": "This will prevent any future updates from being posted to this Slack channel. Are you sure?", "Whoops, you need to accept the permissions in Slack to connect {{appName}} to your workspace. Try again?": "Whoops, you need to accept the permissions in Slack to connect {{appName}} to your workspace. Try again?", "Personal account": "Personal account", - "Link your {{appName}} account to Slack to enable searching the documents you have access to directly within chat.": "Link your {{appName}} account to Slack to enable searching the documents you have access to directly within chat.", + "Link your {{appName}} account to Slack to enable searching and previewing the documents you have access to, directly within chat.": "Link your {{appName}} account to Slack to enable searching and previewing the documents you have access to, directly within chat.", "Disconnecting your personal account will prevent searching for documents from Slack. Are you sure?": "Disconnecting your personal account will prevent searching for documents from Slack. Are you sure?", "Slash command": "Slash command", "Get rich previews of {{ appName }} links shared in Slack and use the {{ command }} slash command to search for documents without leaving your chat.": "Get rich previews of {{ appName }} links shared in Slack and use the {{ command }} slash command to search for documents without leaving your chat.",