🔀 Merge branch 'master' of github.com:n8n-io/n8n

This commit is contained in:
Jan Oberhauser 2021-01-05 17:23:35 +01:00
commit d52d12d671
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import {
export class EgoiApi implements ICredentialType {
name = 'egoiApi';
displayName = 'e-goi API';
displayName = 'E-goi API';
documentationUrl = 'egoi';
properties = [
// The credentials to get from user and save encrypted.

View file

@ -26,15 +26,15 @@ import * as moment from 'moment-timezone';
export class Egoi implements INodeType {
description: INodeTypeDescription = {
displayName: 'e-goi',
displayName: 'E-goi',
name: 'egoi',
icon: 'file:egoi.png',
group: ['output'],
version: 1,
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
description: 'Consume e-goi API',
description: 'Consume E-goi API',
defaults: {
name: 'e-goi',
name: 'E-goi',
color: '#4cacd6',
},
inputs: ['main'],