Skip to content

Commit

Permalink
fix(Salesforce Node): Fix typo for adding a contact to a campaign (#6598
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Joffcom authored and netroy committed Jul 12, 2023
1 parent 8933e9b commit 66f3cb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nodes-base/nodes/Salesforce/ContactDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export const contactOperations: INodeProperties[] = [
},
options: [
{
name: 'Add Lead To Campaign',
name: 'Add Contact To Campaign',
value: 'addToCampaign',
description: 'Add lead to a campaign',
action: 'Add a lead to a campaign',
description: 'Add contact to a campaign',
action: 'Add a contact to a campaign',
},
{
name: 'Add Note',
Expand Down

0 comments on commit 66f3cb6

Please sign in to comment.