diff --git a/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts b/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts index faff1cf0df0..2ca5ba91b4d 100644 --- a/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts +++ b/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts @@ -222,8 +222,9 @@ export const captureResponderField: INodeProperties = { responseType: ['approval'], }, }, + // eslint-disable-next-line n8n-nodes-base/node-param-description-miscased-id description: - "Whether to use Slack interactive buttons so the responder's identity (ID, name, email) is captured and returned with the response. Requires the Slack app to have Interactivity enabled (Request URL pointed at this n8n instance), a signing secret on the credential, and the users:read and users:read.email scopes.", + 'Whether to return the responder\'s identity with the Slack response. Requires additional setup on the Slack app — see docs.', }; export const approversField: INodeProperties = {