fix(Slack Node): Refine label name for reply broadcast setting (#15658)

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
oppai
2025-08-21 13:22:20 +09:00
committed by GitHub
parent d3431c0ae5
commit 53393508ea

View File

@@ -673,7 +673,7 @@ export const messageFields: INodeProperties[] = [
'Message timestamps are included in output data of Slack nodes, abbreviated to ts',
},
{
displayName: 'Reply to Thread',
displayName: 'Also Send to Channel',
name: 'reply_broadcast',
type: 'boolean',
default: false,