From 5ae1d3b49aa841ad94b2210aad1ef8785c7c34ff Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Wed, 19 Aug 2020 09:59:19 +0200 Subject: [PATCH] :bug: Fix YouTube credential display name #861 --- packages/nodes-base/credentials/YouTubeOAuth2Api.credentials.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/credentials/YouTubeOAuth2Api.credentials.ts b/packages/nodes-base/credentials/YouTubeOAuth2Api.credentials.ts index a51a88972a..1aecc26ced 100644 --- a/packages/nodes-base/credentials/YouTubeOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/YouTubeOAuth2Api.credentials.ts @@ -17,7 +17,7 @@ export class YouTubeOAuth2Api implements ICredentialType { extends = [ 'googleOAuth2Api', ]; - displayName = 'Google OAuth2 API'; + displayName = 'YouTube OAuth2 API'; documentationUrl = 'google'; properties = [ {