mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
⚡ Revert wrong "fix" of node name
This commit is contained in:
parent
cdcbc3d256
commit
9957c81f13
|
@ -38,7 +38,7 @@ export class Plivo implements INodeType {
|
|||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Send SMS/MMS messages or make phone calls',
|
||||
defaults: {
|
||||
name: 'plivo',
|
||||
name: 'Plivo',
|
||||
color: '#43A046',
|
||||
},
|
||||
inputs: ['main'],
|
||||
|
|
Loading…
Reference in a new issue