mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
docs: Change display name for WhatsApp Trigger API Credential (#10334)
This commit is contained in:
parent
1869c396f3
commit
d720fdf324
|
@ -22,7 +22,7 @@ export class WhatsAppApi implements ICredentialType {
|
|||
required: true,
|
||||
},
|
||||
{
|
||||
displayName: 'Bussiness Account ID',
|
||||
displayName: 'Business Account ID',
|
||||
type: 'string',
|
||||
name: 'businessAccountId',
|
||||
default: '',
|
||||
|
|
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue