mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
🐛 Fix typo in salesforce node description (#2500)
This commit is contained in:
parent
fe741bd90a
commit
b005686ecd
|
@ -325,11 +325,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