mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(PagerDuty Node): Fix typos for incident descriptions (no-changelog) (#7267)
This commit is contained in:
parent
251abe9240
commit
2c4e25c06b
|
@ -297,10 +297,10 @@ export const incidentFields: INodeProperties[] = [
|
|||
},
|
||||
{
|
||||
name: 'Assignees',
|
||||
value: 'assigness',
|
||||
value: 'assignees',
|
||||
},
|
||||
{
|
||||
name: 'Conferenece Bridge',
|
||||
name: 'Conference Bridge',
|
||||
value: 'conferenceBridge',
|
||||
},
|
||||
{
|
||||
|
@ -550,7 +550,7 @@ export const incidentFields: INodeProperties[] = [
|
|||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Hight',
|
||||
name: 'High',
|
||||
value: 'high',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue