mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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',
|
name: 'Assignees',
|
||||||
value: 'assigness',
|
value: 'assignees',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Conferenece Bridge',
|
name: 'Conference Bridge',
|
||||||
value: 'conferenceBridge',
|
value: 'conferenceBridge',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -550,7 +550,7 @@ export const incidentFields: INodeProperties[] = [
|
||||||
type: 'options',
|
type: 'options',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'Hight',
|
name: 'High',
|
||||||
value: 'high',
|
value: 'high',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue