mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 21:37:32 -08:00
⚡ Rename displayName of parameter on Function-Nodes
This commit is contained in:
parent
844d257c25
commit
645aeb2a1b
|
@ -23,7 +23,7 @@ export class Function implements INodeType {
|
|||
outputs: ['main'],
|
||||
properties: [
|
||||
{
|
||||
displayName: 'Function',
|
||||
displayName: 'JavaScript Code',
|
||||
name: 'functionCode',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
|
|
|
@ -25,7 +25,7 @@ export class FunctionItem implements INodeType {
|
|||
outputs: ['main'],
|
||||
properties: [
|
||||
{
|
||||
displayName: 'Function',
|
||||
displayName: 'JavaScript Code',
|
||||
name: 'functionCode',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
|
|
Loading…
Reference in a new issue