From fc6b196b12a0d3db00c20c5379d10174c02d2dcf Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Wed, 23 Sep 2020 08:16:40 +0200 Subject: [PATCH] :zap: Fix naming of Microsoft Credentials --- .../credentials/MicrosoftExcelOAuth2Api.credentials.ts | 2 +- .../credentials/MicrosoftOneDriveOAuth2Api.credentials.ts | 2 +- .../credentials/MicrosoftTeamsOAuth2Api.credentials.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nodes-base/credentials/MicrosoftExcelOAuth2Api.credentials.ts b/packages/nodes-base/credentials/MicrosoftExcelOAuth2Api.credentials.ts index 5d469ade4a..c13e148a8e 100644 --- a/packages/nodes-base/credentials/MicrosoftExcelOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/MicrosoftExcelOAuth2Api.credentials.ts @@ -8,7 +8,7 @@ export class MicrosoftExcelOAuth2Api implements ICredentialType { extends = [ 'microsoftOAuth2Api', ]; - displayName = 'Microsoft OAuth2 API'; + displayName = 'Microsoft Excel OAuth2 API'; documentationUrl = 'microsoft'; properties = [ //https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent diff --git a/packages/nodes-base/credentials/MicrosoftOneDriveOAuth2Api.credentials.ts b/packages/nodes-base/credentials/MicrosoftOneDriveOAuth2Api.credentials.ts index eb1578dc09..9bfc92cb8e 100644 --- a/packages/nodes-base/credentials/MicrosoftOneDriveOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/MicrosoftOneDriveOAuth2Api.credentials.ts @@ -8,7 +8,7 @@ export class MicrosoftOneDriveOAuth2Api implements ICredentialType { extends = [ 'microsoftOAuth2Api', ]; - displayName = 'Microsoft OAuth2 API'; + displayName = 'Microsoft Drive OAuth2 API'; documentationUrl = 'microsoft'; properties = [ //https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent diff --git a/packages/nodes-base/credentials/MicrosoftTeamsOAuth2Api.credentials.ts b/packages/nodes-base/credentials/MicrosoftTeamsOAuth2Api.credentials.ts index 16d365fad8..1afbae2471 100644 --- a/packages/nodes-base/credentials/MicrosoftTeamsOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/MicrosoftTeamsOAuth2Api.credentials.ts @@ -8,7 +8,7 @@ export class MicrosoftTeamsOAuth2Api implements ICredentialType { extends = [ 'microsoftOAuth2Api', ]; - displayName = 'Microsoft OAuth2 API'; + displayName = 'Microsoft Teams OAuth2 API'; documentationUrl = 'microsoft'; properties = [ //https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent