mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -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.',
|
description: 'The operation to perform.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'From',
|
displayName: 'Sender ID',
|
||||||
name: 'from',
|
name: 'from',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
|
|
Loading…
Reference in a new issue