1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00

Final adjustments

This commit is contained in:
Iván Ovejero 2021-10-05 14:43:44 +02:00
parent 48cb71d8c6
commit 941188f7a0

View File

@ -10,7 +10,7 @@ import {
export class MicrosoftPlanner implements INodeType {
description: INodeTypeDescription = {
displayName: 'Microsoft Planner',
displayName: 'Microsoft Planer',
name: 'microsoftPlanner',
icon: 'file:planner.svg',
group: ['transform'],
@ -58,7 +58,7 @@ export class MicrosoftPlanner implements INodeType {
value: 'serviceAccount',
},
{
name: 'OAuth',
name: 'OAuth (suggested)',
value: 'oAuth2',
},
],
@ -106,7 +106,7 @@ export class MicrosoftPlanner implements INodeType {
},
},
{
displayName: 'Card description',
displayName: 'Card descripition',
name: 'cardDescription',
description: 'Anything youd like to mention about the card.',
type: 'string',