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