mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🐛 Fix typos in Salesforce param descriptions (#2502)
This commit is contained in:
parent
b07d5b8ea6
commit
0153beb8b1
|
@ -538,11 +538,11 @@ export const opportunityFields = [
|
|||
options: [
|
||||
{
|
||||
name: 'Business',
|
||||
valie: 'Business',
|
||||
value: 'Business',
|
||||
},
|
||||
{
|
||||
name: 'New Business',
|
||||
valie: 'New Business',
|
||||
value: 'New Business',
|
||||
},
|
||||
],
|
||||
description: 'Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type.',
|
||||
|
|
Loading…
Reference in a new issue