From ac3ad514ff971217b769a4dc1986c128b236e058 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Wed, 3 Feb 2021 08:15:41 +0100 Subject: [PATCH] :zap: Remove old reference link for Google Service Account --- packages/nodes-base/credentials/GoogleApi.credentials.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/credentials/GoogleApi.credentials.ts b/packages/nodes-base/credentials/GoogleApi.credentials.ts index 4f411a5229..681759b81d 100644 --- a/packages/nodes-base/credentials/GoogleApi.credentials.ts +++ b/packages/nodes-base/credentials/GoogleApi.credentials.ts @@ -14,7 +14,7 @@ export class GoogleApi implements ICredentialType { name: 'email', type: 'string' as NodePropertyTypes, default: '', - description: 'The Google Service account similar to user-808@project.iam.gserviceaccount.com.
See the tutorial on how to create one.', + description: 'The Google Service account similar to user-808@project.iam.gserviceaccount.com.', }, {