From 96e6be7fe7af9344f03c8a266c2553a2a7533a8b Mon Sep 17 00:00:00 2001 From: Justin Ellingwood Date: Thu, 28 Nov 2024 10:08:46 +0000 Subject: [PATCH] docs(Google Drive Node): Replace the description of the 'Can Share' capability in Google Drive (no-changelog) (#11827) --- .../nodes/Google/Drive/v2/actions/drive/create.operation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',