mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
✏️ Clarify descriptions with percentages
This commit is contained in:
parent
99893e6834
commit
c189613a37
|
@ -191,7 +191,7 @@ export const dealFields = [
|
|||
maxValue: 100,
|
||||
},
|
||||
default: '',
|
||||
description: 'Probability of deal closure as a percentage.',
|
||||
description: 'Probability of deal closure as a percentage. For example, enter 12 for 12%.',
|
||||
},
|
||||
{
|
||||
displayName: 'Sales Cycle Duration',
|
||||
|
@ -353,7 +353,7 @@ export const dealFields = [
|
|||
maxValue: 100,
|
||||
},
|
||||
default: '',
|
||||
description: 'Probability of deal closure as a percentage.',
|
||||
description: 'Probability of deal closure as a percentage. For example, enter 12 for 12%.',
|
||||
},
|
||||
{
|
||||
displayName: 'Sales Cycle Duration',
|
||||
|
|
|
@ -120,6 +120,7 @@ export const productFields = [
|
|||
displayName: 'Commission Rate',
|
||||
name: 'Commission_Rate',
|
||||
type: 'number',
|
||||
description: 'Commission rate for the product. For example, enter 12 for 12%.',
|
||||
typeOptions: {
|
||||
minValue: 0,
|
||||
},
|
||||
|
@ -277,6 +278,7 @@ export const productFields = [
|
|||
displayName: 'Commission Rate',
|
||||
name: 'Commission_Rate',
|
||||
type: 'number',
|
||||
description: 'Commission rate for the product. For example, enter 12 for 12%.',
|
||||
typeOptions: {
|
||||
minValue: 0,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue