docs: Change display name for WhatsApp Trigger API Credential (#10334)

This commit is contained in:
Jon 2024-08-09 09:48:48 +01:00 committed by GitHub
parent 1869c396f3
commit d720fdf324
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ export class WhatsAppApi implements ICredentialType {
required: true,
},
{
displayName: 'Bussiness Account ID',
displayName: 'Business Account ID',
type: 'string',
name: 'businessAccountId',
default: '',

View file

@ -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';