diff --git a/packages/nodes-base/nodes/Google/Drive/v2/actions/drive/create.operation.ts b/packages/nodes-base/nodes/Google/Drive/v2/actions/drive/create.operation.ts index 3780ea05a5..b5f7980c69 100644 --- a/packages/nodes-base/nodes/Google/Drive/v2/actions/drive/create.operation.ts +++ b/packages/nodes-base/nodes/Google/Drive/v2/actions/drive/create.operation.ts @@ -159,7 +159,7 @@ const properties: INodeProperties[] = [ name: 'canShare', type: 'boolean', default: false, - description: 'Whether the current user can rename this shared drive', + description: 'Whether the current user can share files or folders in this shared drive', }, { displayName: 'Can Trash Children',