fix: Correct typos in Taiga and ServiceNow nodes (#6814)

This commit is contained in:
Iván Ovejero 2023-08-01 09:59:15 +02:00 committed by GitHub
parent 46a41c1c91
commit 803b1521fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View file

@ -75,7 +75,7 @@ export const incidentFields: INodeProperties[] = [
default: {}, default: {},
options: [ options: [
{ {
displayName: 'Asignee Name or ID', displayName: 'Assignee Name or ID',
name: 'assigned_to', name: 'assigned_to',
type: 'options', type: 'options',
typeOptions: { typeOptions: {

View file

@ -250,7 +250,7 @@ export const epicFields: INodeProperties[] = [
default: {}, default: {},
options: [ options: [
{ {
displayName: 'Asignee Name or ID', displayName: 'Assignee Name or ID',
name: 'assigned_to', name: 'assigned_to',
type: 'options', type: 'options',
typeOptions: { typeOptions: {

View file

@ -97,7 +97,7 @@ export const issueFields: INodeProperties[] = [
options: [ options: [
{ {
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-options // eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-options
displayName: 'Asignee Name or ID', displayName: 'Assignee Name or ID',
name: 'assigned_to', name: 'assigned_to',
type: 'options', type: 'options',
typeOptions: { typeOptions: {
@ -304,7 +304,7 @@ export const issueFields: INodeProperties[] = [
default: {}, default: {},
options: [ options: [
{ {
displayName: 'Asignee Name or ID', displayName: 'Assignee Name or ID',
name: 'assigned_to', name: 'assigned_to',
description: description:
'ID of the user to assign the issue to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.', 'ID of the user to assign the issue to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
@ -495,7 +495,7 @@ export const issueFields: INodeProperties[] = [
}, },
options: [ options: [
{ {
displayName: 'Asignee Name or ID', displayName: 'Assignee Name or ID',
name: 'assigned_to', name: 'assigned_to',
type: 'options', type: 'options',
typeOptions: { typeOptions: {

View file

@ -96,7 +96,7 @@ export const taskFields: INodeProperties[] = [
}, },
options: [ options: [
{ {
displayName: 'Asignee Name or ID', displayName: 'Assignee Name or ID',
name: 'assigned_to', name: 'assigned_to',
type: 'options', type: 'options',
typeOptions: { typeOptions: {
@ -299,7 +299,7 @@ export const taskFields: INodeProperties[] = [
default: {}, default: {},
options: [ options: [
{ {
displayName: 'Asignee Name or ID', displayName: 'Assignee Name or ID',
name: 'assigned_to', name: 'assigned_to',
type: 'options', type: 'options',
typeOptions: { typeOptions: {
@ -440,7 +440,7 @@ export const taskFields: INodeProperties[] = [
}, },
options: [ options: [
{ {
displayName: 'Asignee Name or ID', displayName: 'Assignee Name or ID',
name: 'assigned_to', name: 'assigned_to',
type: 'options', type: 'options',
typeOptions: { typeOptions: {

View file

@ -96,7 +96,7 @@ export const userStoryFields: INodeProperties[] = [
}, },
options: [ options: [
{ {
displayName: 'Asignee Name or ID', displayName: 'Assignee Name or ID',
name: 'assigned_to', name: 'assigned_to',
type: 'options', type: 'options',
typeOptions: { typeOptions: {
@ -310,7 +310,7 @@ export const userStoryFields: INodeProperties[] = [
default: {}, default: {},
options: [ options: [
{ {
displayName: 'Asignee Name or ID', displayName: 'Assignee Name or ID',
name: 'assigned_to', name: 'assigned_to',
description: description:
'ID of the user whom the user story is assigned to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.', 'ID of the user whom the user story is assigned to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
@ -446,7 +446,7 @@ export const userStoryFields: INodeProperties[] = [
}, },
options: [ options: [
{ {
displayName: 'Asignee Name or ID', displayName: 'Assignee Name or ID',
name: 'assigned_to', name: 'assigned_to',
type: 'options', type: 'options',
typeOptions: { typeOptions: {