Skip to content

Commit cc6f363

Browse files
committed
feat: update display names for Msgraphsecurity credentials and node
1 parent 29e8550 commit cc6f363

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

credentials/MsgraphsecurityOAuth2Api.credentials.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export class MsgraphsecurityOAuth2Api implements ICredentialType {
55

66
extends = ['oAuth2Api'];
77

8-
displayName = 'Msgraphsecurity OAuth2 API';
8+
displayName = 'Microsoft Graph OAuth2 API';
99
icon: Icon = {
1010
light: 'file:../icons/msgraph.svg',
1111
dark: 'file:../icons/msgraph.dark.svg',

nodes/Msgraphsecurity/Msgraphsecurity.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { secureScoreDescription } from './resources/secureScore';
33

44
export class Msgraphsecurity implements INodeType {
55
description: INodeTypeDescription = {
6-
displayName: 'Msgraphsecurity',
6+
displayName: 'Microsoft Graph Unified Security API',
77
name: 'msgraphsecurity',
88
icon: { light: 'file:../../icons/msgraph.svg', dark: 'file:../../icons/msgraph.dark.svg' },
99
group: ['transform'],

0 commit comments

Comments
 (0)