fix(editor): Clarify Slack HITL "Capture Who Responded" helper text (#35432)

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Yen Su
2026-08-03 14:02:49 +00:00
committed by GitHub
co-authored by Claude Sonnet 5
parent d9747a1d50
commit fff29ec815
@@ -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 — <a href="https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.slack/approvals#id-1.-create-a-slack-app-and-credential" target="_blank">see docs</a>.',
};
export const approversField: INodeProperties = {