diff --git a/nodes/Plutio/descriptions/ProjectDescription.ts b/nodes/Plutio/descriptions/ProjectDescription.ts
index 5200aaa..01464d8 100644
--- a/nodes/Plutio/descriptions/ProjectDescription.ts
+++ b/nodes/Plutio/descriptions/ProjectDescription.ts
@@ -17,12 +17,6 @@ export const projectOperations: INodeProperties[] = [
},
},
options: [
- {
- name: 'Chykalophia',
- value: 'getCklph',
- description: 'Get projects by contributor\'s email for CKLPH',
- action: 'Get a project',
- },
{
name: 'Copy',
value: 'copy',
@@ -47,6 +41,12 @@ export const projectOperations: INodeProperties[] = [
description: 'Get projects',
action: 'Get a project',
},
+ // {
+ // name: 'Chykalophia',
+ // value: 'getCklph',
+ // description: 'Get projects by contributor\'s email for CKLPH',
+ // action: 'Get a project',
+ // },
{
name: 'Move',
value: 'move',
@@ -114,7 +114,7 @@ export const projectDescription: INodeProperties[] = [
displayName: 'Template Name or ID',
name: 'templateId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getProjectTemplateId',
@@ -152,7 +152,7 @@ export const projectDescription: INodeProperties[] = [
displayName: 'Custom Field Name or ID',
name: '_id',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getProjectCustomField',
@@ -198,7 +198,7 @@ export const projectDescription: INodeProperties[] = [
displayName: 'Contributors: Name or ID',
name: 'value',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getUsers',
@@ -248,7 +248,7 @@ export const projectDescription: INodeProperties[] = [
displayName: 'Contributor\'s Email\, Name or ID',
name: 'contributor',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getEmails',
@@ -258,7 +258,7 @@ export const projectDescription: INodeProperties[] = [
displayName: 'Project Name or ID',
name: '_id',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getProjectId',
@@ -270,7 +270,7 @@ export const projectDescription: INodeProperties[] = [
displayName: 'Contributor\'s Email\, Name or ID',
name: 'contributor',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getEmails',