🐛 Fix YouTube credential display name #861

This commit is contained in:
Jan Oberhauser 2020-08-19 09:59:19 +02:00
parent e7347fd181
commit 5ae1d3b49a

View file

@ -17,7 +17,7 @@ export class YouTubeOAuth2Api implements ICredentialType {
extends = [ extends = [
'googleOAuth2Api', 'googleOAuth2Api',
]; ];
displayName = 'Google OAuth2 API'; displayName = 'YouTube OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google';
properties = [ properties = [
{ {