Skip to content

Commit

Permalink
docs: Change display name for WhatsApp Trigger API Credential
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom committed Aug 8, 2024
1 parent ee03400 commit 6c9a9f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nodes-base/credentials/WhatsAppApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class WhatsAppApi implements ICredentialType {
required: true,
},
{
displayName: 'Bussiness Account ID',
displayName: 'Business Account ID',
type: 'string',
name: 'businessAccountId',
default: '',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n
export class WhatsAppTriggerApi implements ICredentialType {
name = 'whatsAppTriggerApi';

displayName = 'WhatsApp API';
displayName = 'WhatsApp OAuth API';

documentationUrl = 'whatsApp';

Expand Down

0 comments on commit 6c9a9f7

Please sign in to comment.