Skip to content

Commit

Permalink
Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
leelasn committed Dec 18, 2024
1 parent 723653a commit fc8841b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/searches/issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const findIssueByID = {
display: {
label: "Find issue by ID",
hidden: false,
description: "Find an issue by ID.",
description: "Find an issue by ID or identifier",
},

operation: {
Expand All @@ -97,7 +97,7 @@ export const findIssueByID = {
{
key: "id",
required: true,
label: "ID of issue",
label: "Issue ID or identifier",
},
],
},
Expand Down
6 changes: 3 additions & 3 deletions src/searches/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ export const findProjectByID = {
noun: "Project",

display: {
label: "Find Project by ID",
label: "Find project by ID",
hidden: false,
description: "Find a Project by ID.",
description: "Find a project by ID or slug ID",
},

operation: {
Expand All @@ -78,7 +78,7 @@ export const findProjectByID = {
{
key: "id",
required: true,
label: "Project ID or Slug ID",
label: "Project ID or project slug ID",
},
],
},
Expand Down

0 comments on commit fc8841b

Please sign in to comment.