mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Correct typos in Taiga and ServiceNow nodes (#6814)
This commit is contained in:
@@ -75,7 +75,7 @@ export const incidentFields: INodeProperties[] = [
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Asignee Name or ID',
|
||||
displayName: 'Assignee Name or ID',
|
||||
name: 'assigned_to',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
|
||||
@@ -250,7 +250,7 @@ export const epicFields: INodeProperties[] = [
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Asignee Name or ID',
|
||||
displayName: 'Assignee Name or ID',
|
||||
name: 'assigned_to',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
|
||||
@@ -97,7 +97,7 @@ export const issueFields: INodeProperties[] = [
|
||||
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',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
@@ -304,7 +304,7 @@ export const issueFields: INodeProperties[] = [
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Asignee Name or ID',
|
||||
displayName: 'Assignee Name or ID',
|
||||
name: 'assigned_to',
|
||||
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>.',
|
||||
@@ -495,7 +495,7 @@ export const issueFields: INodeProperties[] = [
|
||||
},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Asignee Name or ID',
|
||||
displayName: 'Assignee Name or ID',
|
||||
name: 'assigned_to',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
|
||||
@@ -96,7 +96,7 @@ export const taskFields: INodeProperties[] = [
|
||||
},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Asignee Name or ID',
|
||||
displayName: 'Assignee Name or ID',
|
||||
name: 'assigned_to',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
@@ -299,7 +299,7 @@ export const taskFields: INodeProperties[] = [
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Asignee Name or ID',
|
||||
displayName: 'Assignee Name or ID',
|
||||
name: 'assigned_to',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
@@ -440,7 +440,7 @@ export const taskFields: INodeProperties[] = [
|
||||
},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Asignee Name or ID',
|
||||
displayName: 'Assignee Name or ID',
|
||||
name: 'assigned_to',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
|
||||
@@ -96,7 +96,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Asignee Name or ID',
|
||||
displayName: 'Assignee Name or ID',
|
||||
name: 'assigned_to',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
@@ -310,7 +310,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Asignee Name or ID',
|
||||
displayName: 'Assignee Name or ID',
|
||||
name: 'assigned_to',
|
||||
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>.',
|
||||
@@ -446,7 +446,7 @@ export const userStoryFields: INodeProperties[] = [
|
||||
},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Asignee Name or ID',
|
||||
displayName: 'Assignee Name or ID',
|
||||
name: 'assigned_to',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
|
||||
Reference in New Issue
Block a user