mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
⚡ Improve parameter naming on Msg91-Node
This commit is contained in:
parent
d17161cf40
commit
93c37f3844
|
@ -68,7 +68,7 @@ export class Msg91 implements INodeType {
|
|||
description: 'The operation to perform.',
|
||||
},
|
||||
{
|
||||
displayName: 'From',
|
||||
displayName: 'Sender ID',
|
||||
name: 'from',
|
||||
type: 'string',
|
||||
default: '',
|
||||
|
|
Loading…
Reference in a new issue