From fff29ec815954bf3e47f70a6a12b3b89d36d3797 Mon Sep 17 00:00:00 2001 From: Yen Su <49794855+yens1@users.noreply.github.com> Date: Mon, 3 Aug 2026 07:02:49 -0700 Subject: [PATCH] fix(editor): Clarify Slack HITL "Capture Who Responded" helper text (#35432) Co-authored-by: Claude Sonnet 5 --- packages/nodes-base/nodes/Slack/V2/MessageDescription.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = {