mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -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: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'Business',
|
name: 'Business',
|
||||||
valie: 'Business',
|
value: 'Business',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'New 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.',
|
description: 'Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type.',
|
||||||
|
|
Loading…
Reference in a new issue